Skip to content

Commit

Permalink
chore: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudac7 committed Apr 11, 2024
1 parent 5681118 commit 06c57e7
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 @@ -52,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
poetry run coverage run --source=./catflow -m pytest -v tests/
poetry run coverage run --source=./catflow -m pytest -v tests/ --cov=./ --cov-report=xml
poetry run coverage report
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 06c57e7

Please sign in to comment.