Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scastineyras authored Dec 18, 2024
1 parent 0cde5fb commit 869a41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.opendata_theme --cov-report xml:coverage.xml --disable-warnings --cov-fail-under=${CODE_COVERAGE_THRESHOLD_REQUIRED} ckanext/opendata_theme/tests
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
uses: sonarsource/sonarqube-scan-action@v4.1.0
with:
args: >
-Dsonar.projectKey=ckanext-opendata_theme
Expand Down

0 comments on commit 869a41f

Please sign in to comment.