Skip to content

Commit 876637d

Browse files
authored
Merge pull request #388 from ssl-hep/3.0_develop_coverage
Restrict coverage stats
2 parents 033e864 + 163b0b5 commit 876637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Test with pytest
5555
run: |
56-
coverage run -m pytest tests --cov=./ --cov-report=xml
56+
coverage run -m pytest tests --cov=./servicex/ --cov-report=xml
5757
5858
- name: Upload coverage to Codecov
5959
uses: codecov/[email protected]

0 commit comments

Comments
 (0)