Skip to content

Commit 9c59e37

Browse files
authored
Update CONTRIBUTING.md
1 parent 0b619fe commit 9c59e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in
2222

2323
1. After a PR is opened maintainers are notified
2424
2. Probably changes will be required to comply with the workflow, these commands are run automatically and all tests shall pass:
25-
* **Coverage**: `tarpaulin` is used with command `cargo tarpaulin --out Lcov --all-features -- --test-threads 1`
25+
* **Coverage** (optional): `tarpaulin` is used with command `cargo tarpaulin --out Lcov --all-features -- --test-threads 1`
2626
* **Linting**: `clippy` is used with command `cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings`
2727
* **Testing**: multiple test pipelines are run for different targets
2828
3. When everything is OK, code is merged.
@@ -40,4 +40,4 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in
4040

4141
* **PRs on develop**: any change should be PRed first in `development`
4242

43-
* **testing**: everything should work and be tested as defined in the workflow. If any is failing for non-related reasons, annotate the test failure in the PR comment.
43+
* **testing**: everything should work and be tested as defined in the workflow. If any is failing for non-related reasons, annotate the test failure in the PR comment.

0 commit comments

Comments
 (0)