Update CONTRIBUTING.md
This commit is contained in:
@@ -22,7 +22,7 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in
|
|||||||
|
|
||||||
1. After a PR is opened maintainers are notified
|
1. After a PR is opened maintainers are notified
|
||||||
2. Probably changes will be required to comply with the workflow, these commands are run automatically and all tests shall pass:
|
2. Probably changes will be required to comply with the workflow, these commands are run automatically and all tests shall pass:
|
||||||
* **Coverage**: `tarpaulin` is used with command `cargo tarpaulin --out Lcov --all-features -- --test-threads 1`
|
* **Coverage** (optional): `tarpaulin` is used with command `cargo tarpaulin --out Lcov --all-features -- --test-threads 1`
|
||||||
* **Linting**: `clippy` is used with command `cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings`
|
* **Linting**: `clippy` is used with command `cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings`
|
||||||
* **Testing**: multiple test pipelines are run for different targets
|
* **Testing**: multiple test pipelines are run for different targets
|
||||||
3. When everything is OK, code is merged.
|
3. When everything is OK, code is merged.
|
||||||
|
|||||||
Reference in New Issue
Block a user