Skip to content

Commit 588e840

Browse files
committed
configure coveralls
1 parent 0795e90 commit 588e840

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ jobs:
3232
uses: getOtterWise/github-action@v1
3333
with:
3434
token: ${{ secrets.OTTERWISE_TOKEN }}
35+
36+
- name: Coveralls
37+
uses: coverallsapp/github-action@v2
38+
with:
39+
# github-token: ${{ secrets.GITHUB_TOKEN }}
40+
format: lcov
41+
file: ./coverage/lcov.info

0 commit comments

Comments
 (0)