Skip to content

Commit 1884166

Browse files
committed
chore: fix codecov processing
Wrong filename. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent f19b5df commit 1884166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: codecov
3131
uses: codecov/[email protected]
3232
with:
33-
files: ./_out/coverage.txt
33+
files: ./_out/coverage-unit-tests.txt
3434
-
3535
name: unit-tests-race
3636
run: make unit-tests-race

0 commit comments

Comments
 (0)