Skip to content

Commit b09e28b

Browse files
committed
fix(coverage): fix compile error
1 parent 7fbca9d commit b09e28b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/coverage/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,5 @@ impl AppArgs {
130130
#[test]
131131
#[cfg(any(coverage, coverage_nightly))]
132132
fn test() {
133-
let args = AppArgs { debug: false, filter: None, detail: false, diff: false };
134-
args.run_all()
133+
AppArgs::default().run_default()
135134
}

0 commit comments

Comments
 (0)