Skip to content

Commit

Permalink
Upload code coverage to coveralls.io (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
imankulov committed Aug 13, 2020
1 parent 875b0a9 commit 9442645
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -33,3 +33,11 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
bash <(curl -s https://codecov.io/bash)
- name: Install coveralls
run: |
pip3 install --upgrade "coveralls" "coverage[toml]"
- name: Upload coverage.xml to coveralls
run: |
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

0 comments on commit 9442645

Please sign in to comment.