Skip to content

Commit 51716ae

Browse files
Merge pull request #794 from SciML/isaacsas-reactivate-coveralls
turn coveralls back on
2 parents b0d728c + 05a89b5 commit 51716ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
- uses: codecov/codecov-action@v1
3131
with:
3232
file: lcov.info
33+
- uses: coverallsapp/github-action@master
34+
with:
35+
github-token: ${{ secrets.GITHUB_TOKEN }}
36+
path-to-lcov: ./lcov.info

0 commit comments

Comments
 (0)