Skip to content

Commit

Permalink
Fix tests.yaml CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
darach committed Apr 10, 2024
1 parent e7e5f55 commit 3f2716d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
RUST_BACKTRACE: full
run: cargo llvm-cov --verbose --lcov --output-path lcov.txt --locked
- uses: codecov/codecov-action@v4
with: |
with:
files: ./lcov.txt # optional
fail_ci_if_error: #{{ github.event_name == 'pull_request' }}
verbose: true # optional (default = false)

0 comments on commit 3f2716d

Please sign in to comment.