Skip to content

Commit

Permalink
Lower code coverage failure threshold in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel81 committed May 18, 2024
1 parent e0feb27 commit e896ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
coverage xml
- name: Check Coverage
run: |
coverage report --fail-under=85
coverage report --fail-under=80
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e896ac7

Please sign in to comment.