Skip to content

Commit 4dd3b02

Browse files
committed
fix(ci): correct tarpaulin exclude-files glob to match workspace paths
*/tests/* matches hsrs/tests/ and hsrs-codegen/tests/; also exclude hsrs-codegen/src/main.rs (binary entry point, not exercised by tarpaulin).
1 parent 7d13358 commit 4dd3b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tarpaulin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[default]
22
workspace = true
33
exclude = ["hsrs-macros"]
4-
exclude-files = ["tests/*"]
4+
exclude-files = ["*/tests/*", "hsrs-codegen/src/main.rs"]

0 commit comments

Comments
 (0)