Skip to content

Commit

Permalink
Use coveralls-python-action in workflow coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Jan 13, 2021
1 parent 8b926f2 commit edc506b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 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
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
run: make coverage

- name: Coveralls.io notification
uses: coverallsapp/github-action@master
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
parallel: true
flag-name: Unit Test

coveralls_finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit edc506b

Please sign in to comment.