Skip to content

Commit adfbec2

Browse files
committed
fix links opening in coverage
1 parent f16bf57 commit adfbec2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/docs/languages/rust/20-dynamic-analysis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,9 +679,11 @@ Branch coverage from the LLVM source-based engine—the `branches` cells for `gr
679679

680680
While checking coverage statistics from a command line and using one of many coverage visualizers, an HTML report is often what you need.
681681

682+
<!-- Below we use ?: in links to make them open in a new tab -->
683+
682684
| HTML output/tool | `grcov` | `llvm-cov` | `tarpaulin` |
683685
| :---- | :---- | :---- | :---- |
684-
| Examples | [Open `grcov`]({{% staticref "/languages/rust/coverage/grcov_llvm/" %}}) [Open `grcov` with `lcov`]({{% staticref "/languages/rust/coverage/grcov_llvm_lcov/" %}}) | [Open `llvm-cov`]({{% staticref "/languages/rust/coverage/llvm_cov/" %}}) [Open `llvm-cov-pretty`]({{% staticref "/languages/rust/coverage/llvm_cov_pretty/" %}}) | [Open `tarpaulin`]({{% staticref "/languages/rust/coverage/tarpaulin-report.html" %}}) |
686+
| Examples | [Open `grcov`]({{% staticref "/languages/rust/coverage/grcov_llvm/?:" %}}) [Open `grcov` with `lcov`]({{% staticref "/languages/rust/coverage/grcov_llvm_lcov/?:" %}}) | [Open `llvm-cov`]({{% staticref "/languages/rust/coverage/llvm_cov/?:" %}}) [Open `llvm-cov-pretty`]({{% staticref "/languages/rust/coverage/llvm_cov_pretty/?:" %}}) | [Open `tarpaulin`]({{% staticref "/languages/rust/coverage/tarpaulin-report.html?:" %}}) |
685687
| Handles Rust constructs? | Yes | Yes | Yes |
686688
| Expands Rust’s generics? | No | `--show-instantiations` | No |
687689
| Includes number of hits? | Yes | Yes | Yes |

0 commit comments

Comments
 (0)