Skip to content

Commit 11469a4

Browse files
atodorovcarlio
authored andcommitted
Use different tool to publish coverage report to Coveralls
because converting to lcov format simply doesn't work
1 parent e9ae2c6 commit 11469a4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ jobs:
5959
tox
6060
6161
- name: Coveralls
62-
uses: coverallsapp/github-action@master
63-
with:
64-
github-token: ${{ secrets.GITHUB_TOKEN }}
62+
env:
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
run: |
65+
pip install coveralls
66+
coveralls
6567
6668
build_and_package_sanity:
6769
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)