Skip to content

Commit

Permalink
[ci] upload coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 authored and sunshowers committed Jul 28, 2022
1 parent bfea174 commit 3f0e516
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Collect coverage data
run: cargo llvm-cov nextest
# TODO: generate HTML report and upload it
# (requires https://github.com/taiki-e/cargo-llvm-cov/pull/144#issuecomment-1072736931 to be addressed)
run: cargo llvm-cov nextest --lcov --output-path lcov.info
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info

0 comments on commit 3f0e516

Please sign in to comment.