Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 388 Bytes

DEVELOPER.md

File metadata and controls

12 lines (8 loc) · 388 Bytes

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)