Run with --test profile and add more tarpaulin flags
This commit is contained in:
parent
69c0c3e9fd
commit
d3cff23897
|
|
@ -38,8 +38,4 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: tarpaulin
|
command: tarpaulin
|
||||||
args: --release --timeout 180 --out Xml
|
args: --verbose --count --workspace --timeout 180
|
||||||
# - name: Upload coverage to Codecov
|
|
||||||
# uses: codecov/codecov-action@v1.0.3
|
|
||||||
# with:
|
|
||||||
# token: ${{secrets.CODECOV_TOKEN}}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue