Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
chore(ci): add ignore-tests for coverage (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody committed Nov 19, 2021
1 parent 3f12bd6 commit 2363b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
run: cargo install cargo-tarpaulin
- name: Run coverage
run: |
cargo tarpaulin --features cache_aligned --out Xml
cargo tarpaulin --features full --out Xml
cargo tarpaulin --features cache_aligned --ignore-tests --out Xml
cargo tarpaulin --features full --ignore-tests --out Xml
- name: Report coverage
continue-on-error: true
run: bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 2363b27

Please sign in to comment.