Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scastineyras authored Oct 16, 2024
1 parent 139e598 commit dcc8fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
uses: sonarsource/sonarqube-scan-action@master
with:
args: >
-Dsonar.application=open-data
-Dsonar.projectKey=ckanext-xloader
-Dsonar.tests=ckanext/xloader/tests/
-Dsonar.sources=ckanext/xloader
-Dsonar.tests=ckanext/xloader/tests
-Dsonar.python.coverage.reportPaths=coverage.xml
env:
SONAR_TOKEN: ${{ secrets.SONAR_API_TOKEN }}
Expand Down

0 comments on commit dcc8fdc

Please sign in to comment.