Skip to content

Commit

Permalink
debug code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary committed Aug 8, 2023
1 parent 78d5ec8 commit 38b22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install pytest pytest-cov
- name: Run tests
run: |
python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov-report=xml
python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3

Expand Down

0 comments on commit 38b22fb

Please sign in to comment.