Skip to content

Commit

Permalink
fix: let CI generate coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Aug 3, 2024
1 parent 775410c commit fbc6a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
poetry run coverage erase
poetry run coverage run -m pytest tests/
poetry run coverage run -a -m mw2fcitx.main -c tests/cli/conf_one.py
poetry run coverage report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
Expand Down

0 comments on commit fbc6a88

Please sign in to comment.