This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
96224d80ce
os-rust
/
tests
/
coverage
/
ignore_map.rs
4 lines
38 B
Rust
Raw
Normal View
History
Unescape
Escape
Simplify the directives for ignoring coverage-test modes
2024-10-08 19:08:54 +11:00
//@ ignore-coverage-map
Allow tests to ignore individual test modes Normally, each test in `tests/coverage` is automatically run in both `coverage-map` mode and `coverage-run` mode. This new family of directives allows an individual test to specify that it should not be run in a particular mode.
2023-11-30 17:45:03 +11:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink