Skip to content

Commit

Permalink
ci: use llvm-cov for test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourbytes committed Aug 28, 2021
1 parent 5e6dfe0 commit 573a52a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
env:
XERO_CLIENT_ID: ${{ secrets.XERO_CLIENT_ID }}
XERO_CLIENT_SECRET: ${{ secrets.XERO_CLIENT_SECRET }}
run: cargo tarpaulin --skip-clean --out Xml
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
files: lcov.info
fail_ci_if_error: true

0 comments on commit 573a52a

Please sign in to comment.