try coverage

This commit is contained in:
Edgar 2020-11-27 14:20:21 +01:00
parent c1d4c59547
commit 27ec809185
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -16,7 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install tarpaulin
run: cargo install cargo-tarpaulin
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Coverage
run: cargo tarpaulin --verbose --all-features --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1