Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 395 Bytes

Tests

The purpose of this docs is to describe KICS' tests

Getting Started

There are several ways to execute the E2E tests.

TLDR

This command will execute all go tests:

make test-race-cover

This will run a shorter test suite without the queries tests.

make test-short

If you want to generate a HTML coverage report:

make test-coverage-report