Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
898691174a |
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
|
||||
|
||||
- name: Upload to codecov.io
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: lcov.info
|
||||
fail_ci_if_error: false
|
||||
|
||||
@@ -38,7 +38,7 @@ thiserror = "1.0"
|
||||
# Utilities
|
||||
itertools = "0.12"
|
||||
lazy_static = "1.4"
|
||||
rand = "0.9"
|
||||
rand = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user