Skip to content

Commit

Permalink
Tidy up tarpaulin exlcudes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Aug 25, 2021
1 parent 95dab21 commit f9f7f24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tarpaulin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[sse2_math]
features = "bytemuck mint rand serde debug-glam-assert"
exclude-files = ["src/f32/transform.rs", "benches/*", "tests/support/mod.rs"]
features = "approx bytemuck mint rand rkyv serde debug-glam-assert"
exclude-files = ["src/transform.rs", "src/core/wasm32/*", "src/swizzles/vec3a_impl_wasm32.rs", src/swizzles/vec4_impl_wasm32.rs", "benches/*", "tests/support/mod.rs"]

[scalar_math]
features = "scalar-math bytemuck mint rand serde debug-glam-assert"
exclude-files = ["src/f32/transform.rs", "benches/*", "tests/support/mod.rs"]
features = "scalar-math approx bytemuck mint rand rkyv serde debug-glam-assert"
exclude-files = ["src/transform.rs", "src/core/wasm32/*", "src/swizzles/vec3a_impl_wasm32.rs", src/swizzles/vec4_impl_wasm32.rs""benches/*", "tests/support/mod.rs"]

0 comments on commit f9f7f24

Please sign in to comment.