Skip to content

Commit

Permalink
Update coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Jan 29, 2024
1 parent 5cd92e5 commit 46374cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
-
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
/tournaments/*/migrations
__pycache__
*.pyc
.coverage
coverage.json
5 changes: 5 additions & 0 deletions tournaments/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
omit =
*/tests.py
*/migrations/*.py
manage.py

0 comments on commit 46374cd

Please sign in to comment.