Skip to content

Commit

Permalink
ci(code-cover.yml): restricted to just run on the pvl directory, not
Browse files Browse the repository at this point in the history
everything.
  • Loading branch information
rbeyer committed May 21, 2021
1 parent 8a19a59 commit 4c4f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install pvl
run: python -m pip install -e .
- name: Test with pytest and generate coverage report
run: pytest --cov=./ --cov-report=xml
run: pytest --cov=./pvl --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 4c4f691

Please sign in to comment.