Skip to content

Commit

Permalink
Merge pull request #433 from primitivefinance/task-fix-codecov-upload
Browse files Browse the repository at this point in the history
Update test.yaml
  • Loading branch information
0xJepsen authored Aug 16, 2023
2 parents 761c1dc + 12e06ee commit f10fee1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: codecov
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true

0 comments on commit f10fee1

Please sign in to comment.