CI: Measure code coverage for zkcrypto crates

This commit is contained in:
Jack Grigg 2019-11-20 15:10:15 +00:00
parent 139fc09f10
commit 663d4ee4c4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --release --timeout 600 --out Xml --packages "zcash_client_backend,zcash_primitives,zcash_proofs"
args: --release --timeout 600 --out Xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.3
with: