Skip to content

Commit

Permalink
Add coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Feb 5, 2021
1 parent 198a70f commit 8da3ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
ls -la
ls -lRa test
- name: Make docs
run: cd docs && make html

- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true

- name: Make docs
run: cd docs && make html

coveralls_finish:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8da3ac2

Please sign in to comment.