Skip to content

Commit

Permalink
Fix github actions push to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshiner committed Jul 29, 2021
1 parent bf08641 commit 6270921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[run]
branch = True
relative_files = True
omit =
tests/*
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Test with pytest
run: |
pytest -sv
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
- name: Push to Coveralls
uses: AndreMiras/coveralls-python-action@master
with:
parallel: true
flag-name: Unit Test
github-token: ${{ github.token }}

0 comments on commit 6270921

Please sign in to comment.