Running tests
Dependencies
- GNU Make
- Docker for integration tests with Testcontainers
Run tests
Run unit and integration tests:
$ make test
Run unit and integration tests with race detection enabled:
$ make race
Code coverage reports
Run unit and integration tests with code coverage enabled:
$ make cover
Generate an HTML report. Open it in your Web browser:
$ make coverhtml