Skip to content

Commit

Permalink
[ci] Fix codecov upload #19 (#20)
Browse files Browse the repository at this point in the history
* Update coverage.yaml

* Update coverage.yaml
  • Loading branch information
michaelvlach authored Aug 17, 2022
1 parent 9054d19 commit 33213d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- run: rustup component add llvm-tools-preview
- run: cargo llvm-cov --lcov --output-path lcov.info
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
files: lcov.info

0 comments on commit 33213d8

Please sign in to comment.