Add coverage step to CI

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2021-06-08 15:23:19 +02:00
parent f72b79cc2a
commit 14cd7c1833

View File

@ -66,6 +66,12 @@ unit_test:
script:
- make test
coverage:
<<: *tests-setup
stage: tests
script:
- make coverage
fmt:
<<: *tests-setup
stage: tests