skip test for coverage

This commit is contained in:
Nikolay Kim 2021-12-02 21:54:01 +06:00
parent 42b8292ecd
commit a4aff84d6f

View file

@ -66,7 +66,7 @@ jobs:
if: matrix.version == '1.53.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
continue-on-error: true
run: |
cargo tarpaulin --out Xml --all --all-features
cargo tarpaulin --out Xml --all --all-features -- --skip time::wheel::tests::test_timer
- name: Upload to Codecov
if: matrix.version == '1.53.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')