Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Report coverage of source code, not test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEckart authored Jun 12, 2021
1 parent ffaf091 commit 33a4767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
pip install pytest-cov
export PYTHONPATH=./src:$PYTHONPATH
pytest --cov=./tests --cov-report=xml
pytest --cov=./src --cov-report=xml
- name: Report coverage using codecov
if: github.event_name == 'push' && matrix.python-version == 3.8
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 33a4767

Please sign in to comment.