Skip to content

Commit

Permalink
Merge pull request #794 from foresterre/coverage-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Sep 25, 2023
2 parents 7070716 + 3e54ac8 commit be7f768
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
run: cargo llvm-cov --all-features --locked --lcov --output-path lcov.info --lib

- name: upload_code_coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: lcov.info
Loading

0 comments on commit be7f768

Please sign in to comment.