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

Ignored tests code in coverage report #615

Merged
merged 1 commit into from
Nov 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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