Development

August 9, 2022 ยท View on GitHub

Linting

Execute MegaLinter locally:

./bin/ml.sh

Testing

Run all tests:

cargo test

Run only one test:

cargo test test_lambda

Run tests with nextest:

cargo nextest run

Generate a coverage report:

cargo llvm-cov nextest
  • Install nextest.
  • Generate test coverage.

Contents

  1. 1Linting
  2. 2Testing