Skip to content

Commit

Permalink
Fix coveralls upload (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer authored Jan 12, 2021
1 parent 21a8491 commit 334b3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
./run_tests.sh
- name: Coveralls Parallel
run: |
coveralls
coveralls --service=github
env:
COVERALLS_PARALLEL: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down

0 comments on commit 334b3aa

Please sign in to comment.