Skip to content

Commit

Permalink
fix: coverage calculation in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Jan 18, 2025
1 parent 716bd95 commit 0bd6bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
source .venv/bin/activate
export DJANGO_SETTINGS_MODULE="test_settings"
export PYTHONPATH=.".:$PYTHONPATH"
coverage run --source=waffle django-admin test waffle
python -m coverage run --source=waffle django-admin test waffle
coverage report -m
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 0bd6bab

Please sign in to comment.