Skip to content

Commit

Permalink
Restrict coverage to semanticscholar/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnsilva committed Sep 21, 2022
1 parent 4f78023 commit a27da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Gather coverage data
run: |
python -m coverage run -m unittest discover
python -m coverage run --source=semanticscholar/ -m unittest discover
- name: XML reporting
run: |
python -m coverage xml
Expand Down

0 comments on commit a27da4d

Please # to comment.