Skip to content

Commit

Permalink
Fix coveralls reporting from github actions (#328)
Browse files Browse the repository at this point in the history
* Fix coveralls reporting from github actions

* Try relative files in coverage reporting
  • Loading branch information
djhoese authored Feb 3, 2021
1 parent 23e78a6 commit 3acb6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
relative_files = True
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run unit tests
shell: bash -l {0}
run: |
pytest --cov=pyresample pyresample/test --cov-report=xml
pytest --cov=pyresample pyresample/test --cov-report=xml --cov-report=
- name: Test website
shell: bash -l {0}
Expand Down

0 comments on commit 3acb6aa

Please sign in to comment.