13 lines
388 B
Markdown
13 lines
388 B
Markdown
# Developer Information
|
|
|
|
## Pre-commit checks
|
|
|
|
1. Run `cargo make all`
|
|
|
|
## Coverage
|
|
|
|
Test coverage checks are performed in the pipeline. This is configured here: `.github/workflows/coverage.yaml`
|
|
To run these locally:
|
|
1. Install coverage tool by running `cargo install cargo-llvm-cov`
|
|
2. Run `cargo make cov` (you may be asked if you want to install `llvm-tools-preview`, if so type `Y`)
|