Skip to content

Commit 163b0b5

Browse files
committed
Only run coverage tests on actual package code
1 parent 31f7ef3 commit 163b0b5

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)