Skip to content

Commit

Permalink
github: tweak path to lcov.info
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Dec 24, 2024
1 parent d614aaf commit 779289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./lcov.info
files: target/nextest/default/lcov.info
fail_ci_if_error: true

lint:
Expand Down

0 comments on commit 779289a

Please # to comment.