Skip to content

Commit 8650ccc

Browse files
Fix code coverage storage path
1 parent 3e24e5a commit 8650ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.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.6
2828
with:
2929
token: ${{secrets.CODECOV_TOKEN}}
30-
file: ./coverage/clover.xml
30+
file: ./.coverage/clover.xml

0 commit comments

Comments
 (0)