Skip to content

Commit

Permalink
chore: fix codecov processing
Browse files Browse the repository at this point in the history
Wrong filename.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 26, 2024
1 parent f19b5df commit 1884166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: codecov
uses: codecov/[email protected]
with:
files: ./_out/coverage.txt
files: ./_out/coverage-unit-tests.txt
-
name: unit-tests-race
run: make unit-tests-race
Expand Down

0 comments on commit 1884166

Please sign in to comment.