Browse Source

Switch tarpaulin to llvm engine (#2432)

Trying this to see if it makes coverage numbers more accurate
pull/2434/head
João Borges 2 years ago
parent
commit
c2dd0271d0
  1. 2
      .github/workflows/rust.yml

2
.github/workflows/rust.yml

@ -27,7 +27,7 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: --features intl --ignore-tests
args: --features intl --ignore-tests --engine llvm
- name: Upload to codecov.io
uses: codecov/codecov-action@v3

Loading…
Cancel
Save