Commit 966da01
committed
fix(ci): explicitly exclude hsrs-macros from coverage
Proc macros execute at compile time and report 0% in tarpaulin,
dragging down the Codecov number. The tarpaulin.toml already excludes
it, but CLI --workspace may override the config. Make it explicit.1 parent 479796b commit 966da01
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments