Skip to content

Running unit tests and checking code coverage

Léo Boisvert edited this page Apr 12, 2023 · 2 revisions

Running unit tests

To run unit tests:

  1. Setup your dev environment
  2. When the environment is created and instantiated, run the tests with the following commands (from the root dir):
>]
(pkg)> test SeaPearl

This will give you a report on the tests that have been run

Checking coverage

You can check the full coverage of the codebase here