this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(README): add note about test coverage

+6
+6
README.md
··· 75 75 76 76 Commits should conform to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. 77 77 78 + ## Test Coverage 79 + 80 + PRs that improve the test coverage are encouraged. 81 + 82 + Test coverage can be measured using `cargo llvm-cov report` and `cargo tarpaulin`. 83 + 78 84 ## @patricksjackson 79 85 80 86 I am the only developer on this right now, and I usually develop by committing directly to the `main` branch.