Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 #44

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/check.yml
Co-authored-by: Martin Thomson <mt@lowentropy.net>
  • Loading branch information
larseggert and martinthomson authored Nov 18, 2024
commit d8d1c7cb04a3a3f6118c770988b2486ab0860084
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
cargo +${{ matrix.rust-toolchain }} bench --no-run
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
file: lcov.info
files: [lcov.info]

Check failure on line 94 in .github/workflows/check.yml

View workflow job for this annotation

GitHub Actions / actionlint

expected scalar node for string value but found sequence node with "!!seq" tag
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
Expand Down
Loading