Skip to content

Commit f37f71b

Browse files
committed
actually include coverage in the run
1 parent 1e982a8 commit f37f71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ struct GlobalArgs {
341341
impl GlobalArgs {
342342
pub fn with_coverage(self) -> Self {
343343
Self {
344-
coverage: false,
344+
coverage: true,
345345
..self
346346
}
347347
}

0 commit comments

Comments
 (0)