Skip to content

Commit

Permalink
chore: add more cov flags to see if codecov issue gets resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 9, 2025
1 parent 2c2c6e0 commit 3e10a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m pip install --no-deps .
- name: Run pytest
run: |-
pytest
pytest --cov --cov-append --cov-branch --cov-report=xml --junitxml=junit.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit 3e10a9c

Please sign in to comment.