1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

run tarpaulin on workspace

This commit is contained in:
Rob Ede
2021-11-15 18:11:51 +00:00
parent a2f59c02f7
commit e8a0e16863
3 changed files with 3 additions and 2 deletions

View File

@ -141,7 +141,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
cargo install cargo-tarpaulin --vers "^0.13"
cargo tarpaulin --out Xml --verbose
cargo tarpaulin --workspace --features=rustls,openssl --out Xml --verbose
- name: Upload to Codecov
if: github.ref == 'refs/heads/master'
uses: codecov/codecov-action@v1