Skip to content

Commit

Permalink
fix: codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Jan 18, 2025
1 parent deedcbe commit ee69576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
export PYTHONPATH=.".:$PYTHONPATH"
python -m coverage run --source=waffle `which django-admin` test waffle
coverage report -m
coverage html
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5

Expand Down

0 comments on commit ee69576

Please sign in to comment.