Skip to content

Commit

Permalink
Setup CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jul 31, 2024
1 parent 207f7f0 commit d98a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
-Dsonar.python.coverage.reportPaths=build/reports/coverage.xml
-Dsonar.sources=maap/
-Dsonar.tests=tests/
-Dsonar.tests=test/
-Dsonar.projectName=${{ github.repository }}
-Dsonar.projectVersion=${{ env.software_version }}
-Dsonar.python.version=3.9,3.10
Expand Down

0 comments on commit d98a1c3

Please sign in to comment.