Skip to content

Commit

Permalink
ci: change tarpaulin coverage to use llvm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
GwnDaan committed Aug 15, 2023
1 parent ca41e83 commit e654c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --release --all-features --out xml
args: --release --all-features --engine llvm --out xml

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit e654c99

Please sign in to comment.