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
|
--llvm
|
||||||
--branch
|
--branch
|
||||||
--ignore-not-existing
|
--ignore-not-existing
|
||||||
|
--binary-path ./target/debug
|
||||||
--excl-line "#\[derive\("
|
--excl-line "#\[derive\("
|
||||||
--excl-br-line "#\[derive\("
|
--excl-br-line "#\[derive\("
|
||||||
--excl-start "mod tests \{"
|
--excl-start "mod tests \{"
|
||||||
|
|
|
@ -170,13 +170,11 @@ fn thumbnail_size_small() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(tarpaulin))]
|
|
||||||
fn thumbnail_size_large() {
|
fn thumbnail_size_large() {
|
||||||
thumbnail_size(&test_name!(), Some(ThumbnailSize::Large), None, 1200);
|
thumbnail_size(&test_name!(), Some(ThumbnailSize::Large), None, 1200);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(tarpaulin))]
|
|
||||||
fn thumbnail_size_native() {
|
fn thumbnail_size_native() {
|
||||||
thumbnail_size(&test_name!(), Some(ThumbnailSize::Native), None, 1423);
|
thumbnail_size(&test_name!(), Some(ThumbnailSize::Native), None, 1423);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue