Skip to content

Commit

Permalink
ci: Use coverage directly, instead of pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 6, 2024
1 parent ca23695 commit 9354c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
./manage.py migrate
./manage.py makemigrations --check --dry-run
./manage.py check --fail-level WARNING
pytest -W error --cov cove_oc4ids --cov cove_project
coverage run --source=cove_oc4ids,cove_project -m pytest -W error
- uses: coverallsapp/github-action@v2

0 comments on commit 9354c5a

Please sign in to comment.