anchor-coverage 0.3.1

A wrapper around `anchor test` for computing test coverage
Documentation
1
2
3
4
5
6
7
8
9
10
11
comment_width = 100
format_code_in_doc_comments = true
format_strings = true
wrap_comments = true

# smoelius: Formatting with style edition 2021 makes incorporating Anchor source easier.
style_edition = "2021"

# smoelius: Even with style edition 2021, `format_strings = true` causes `cargo +nightly fmt` to
# modify src/anchor_cli_config.rs.
ignore = ["src/anchor_cli_*"]