You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This is a wrapper around rustc [`-C instrument-coverage`][instrument-coverage] a
10
10
11
11
- Generate very precise coverage data. (line, region, and branch coverage. branch coverage is currently optional and requires nightly, see [#8] for more)
12
12
- Support `cargo test`, `cargo run`, and [`cargo nextest`][nextest] with command-line interface compatible with cargo.
13
-
- Support for proc-macro, including coverage of UI tests.
13
+
- Support for proc-macro, including coverage of UI tests ([trybuild](https://github.com/dtolnay/trybuild), [ui_test](https://github.com/oli-obk/ui_test)).
14
14
- Support for doc tests. (this is currently optional and requires nightly, see [#2] for more)
15
15
- Fast because it does not introduce extra layers between rustc, cargo, and llvm-tools.
0 commit comments