Skip to content

Commit f637f20

Browse files
committed
Fix coverage filename
1 parent a4e6488 commit f637f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- uses: codecov/codecov-action@v1.0.3
2828
with:
2929
token: ${{secrets.CODECOV_TOKEN}}
30-
file: ./coverage/Icov.info
30+
file: ./coverage/lcov.info

0 commit comments

Comments
 (0)