Skip to content

Commit

Permalink
Fix SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan committed Feb 5, 2024
1 parent 0eaf5a8 commit 9d7ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run tests and generate coverage
run: |
coverage run --source='.' manage.py test
coverage xml -o /github/workspace/coverage.xml
coverage xml -o ./coverage.xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 9d7ab88

Please sign in to comment.