Skip to content

Commit

Permalink
Use different tool to publish coverage report to Coveralls
Browse files Browse the repository at this point in the history
because converting to lcov format simply doesn't work
  • Loading branch information
atodorov committed Nov 18, 2021
1 parent c48071d commit 6484c09
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ jobs:
tox
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install coveralls
coveralls
build_and_package_sanity:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6484c09

Please sign in to comment.