Skip to content

Commit

Permalink
update codecov source (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Feb 22, 2024
1 parent a0d94f5 commit 2fbbf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
pip install pytest-xdist
- name: Install tqdm_publisher with minimal requirements
run: pip install -e .[test] # use editable mode for coverage
run: pip install .[test]

- name: Run full pytest with coverage
run: |
pytest -vv -rsx --cov=./src --cov-report xml:./codecov.xml
pytest -vv -rsx --cov=tqdm_publisher --cov-report xml:./codecov.xml
cat ./codecov.xml
- name: Upload full coverage to Codecov
Expand Down

0 comments on commit 2fbbf77

Please sign in to comment.