Skip to content

Commit 334b3aa

Browse files
authored
Fix coveralls upload (#2387)
1 parent 21a8491 commit 334b3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
./run_tests.sh
7878
- name: Coveralls Parallel
7979
run: |
80-
coveralls
80+
coveralls --service=github
8181
env:
8282
COVERALLS_PARALLEL: true
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Coveralls Finished
90-
uses: coverallsapp/[email protected].1
90+
uses: coverallsapp/[email protected].2
9191
with:
9292
github-token: ${{ secrets.GITHUB_TOKEN }}
9393
parallel-finished: true

0 commit comments

Comments
 (0)