Skip to content

Commit

Permalink
DEBUG: last sonarsource analysis ran ok but found nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x committed Sep 25, 2023
1 parent 541602a commit 887ea07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarsource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cmake-version: ${{ env.DESIRED_CMAKE_VERSION }}
- name: Install packages
run: |
sudo apt-get install bison ccache flex lcov libfl-dev ninja-build \
sudo apt-get install bison ccache flex lcov libfl-dev \
python3-dev python3-pip
shell: bash
- name: Set up Python3
Expand All @@ -40,7 +40,7 @@ jobs:
working-directory: ${{runner.workspace}}/nmodl
run: |
mkdir build
cmake -S . -B build -G Ninja \
cmake -S . -B build \
-DPYTHON_EXECUTABLE=$(which python3) \
-DCMAKE_BUILD_TYPE=Release
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sonar.organization=bluebrain
#sonar.projectName=nmodl
#sonar.projectVersion=1.0

sonar.python.version=3.10.12

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
Expand Down

0 comments on commit 887ea07

Please sign in to comment.