Tentative fix for test coverage setup
This commit is contained in:
parent
5a1753218c
commit
f8b30c4e3d
2 changed files with 1 additions and 2 deletions
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
--llvm
|
||||
--branch
|
||||
--ignore-not-existing
|
||||
--binary-path ./target/debug
|
||||
--excl-line "#\[derive\("
|
||||
--excl-br-line "#\[derive\("
|
||||
--excl-start "mod tests \{"
|
||||
|
|
|
@ -170,13 +170,11 @@ fn thumbnail_size_small() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(tarpaulin))]
|
||||
fn thumbnail_size_large() {
|
||||
thumbnail_size(&test_name!(), Some(ThumbnailSize::Large), None, 1200);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(tarpaulin))]
|
||||
fn thumbnail_size_native() {
|
||||
thumbnail_size(&test_name!(), Some(ThumbnailSize::Native), None, 1423);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue