Skip to content

Commit

Permalink
config/hotfix/ fix coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed May 19, 2024
1 parent 6dce9c3 commit 0adf70f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
#----------------------------------------------
- name: Run tests and generate coverage
run: |
poetry run pytest --cov=eule tests/
# Uncomment when achieve sufficient coverage threshold
poetry run coverage run --rcfile=.coveragerc -m pytest
poetry run coverage report -m
#----------------------------------------------
# Update codecov coverage
Expand Down

0 comments on commit 0adf70f

Please sign in to comment.