Skip to content

Commit

Permalink
Add "Test coverage" link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 30, 2023
1 parent 314aba0 commit e289bc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ A bump of the Dylint library's MSRV will be accompanied by a bump of at least Dy

Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, and to change it only when releasing new features.

[Test coverage]

[`clippy_utils`]: https://github.com/rust-lang/rust-clippy/tree/master/clippy_utils
[`compiletest_rs`]: https://github.com/Manishearth/compiletest-rs
[`dylint-link`]: ./dylint-link
Expand Down Expand Up @@ -223,6 +225,7 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[running dylint]: #running-dylint
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[struct `rustc_lint::latecontext`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/struct.LateContext.html
[test coverage]: https://trailofbits.github.io/dylint/coverage/index.html
[toml table]: https://toml.io/en/v1.0.0#table
[utilities]: #utilities
[vs code integration]: #vs-code-integration
Expand Down
3 changes: 3 additions & 0 deletions cargo-dylint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ A bump of the Dylint library's MSRV will be accompanied by a bump of at least Dy

Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, and to change it only when releasing new features.

[Test coverage]

[`clippy_utils`]: https://github.com/rust-lang/rust-clippy/tree/master/clippy_utils
[`compiletest_rs`]: https://github.com/Manishearth/compiletest-rs
[`dylint-link`]: ../dylint-link
Expand Down Expand Up @@ -223,6 +225,7 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[running dylint]: #running-dylint
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[struct `rustc_lint::latecontext`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/struct.LateContext.html
[test coverage]: https://trailofbits.github.io/dylint/coverage/index.html
[toml table]: https://toml.io/en/v1.0.0#table
[utilities]: #utilities
[vs code integration]: #vs-code-integration
Expand Down
3 changes: 3 additions & 0 deletions dylint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ A bump of the Dylint library's MSRV will be accompanied by a bump of at least Dy

Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, and to change it only when releasing new features.

[Test coverage]

[`clippy_utils`]: https://github.com/rust-lang/rust-clippy/tree/master/clippy_utils
[`compiletest_rs`]: https://github.com/Manishearth/compiletest-rs
[`dylint-link`]: ../dylint-link
Expand Down Expand Up @@ -223,6 +225,7 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[running dylint]: #running-dylint
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[struct `rustc_lint::latecontext`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/struct.LateContext.html
[test coverage]: https://trailofbits.github.io/dylint/coverage/index.html
[toml table]: https://toml.io/en/v1.0.0#table
[utilities]: #utilities
[vs code integration]: #vs-code-integration
Expand Down

0 comments on commit e289bc6

Please sign in to comment.