Skip to content

Commit

Permalink
Add coverage report and remove some steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan committed Feb 5, 2024
1 parent 6c984c2 commit cf86108
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/django-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ jobs:
- name: Run tests and generate coverage
run: |
coverage run --source='.' manage.py test
coverage report
coverage xml -o ./coverage.xml
- name: List Directories
run: |
echo "Directories in GitHub workflow:"
find "$GITHUB_WORKSPACE" -type d -print
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit cf86108

Please sign in to comment.