mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Add coverage step to CI
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
f72b79cc2a
commit
14cd7c1833
@ -66,6 +66,12 @@ unit_test:
|
|||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
<<: *tests-setup
|
||||||
|
stage: tests
|
||||||
|
script:
|
||||||
|
- make coverage
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
<<: *tests-setup
|
<<: *tests-setup
|
||||||
stage: tests
|
stage: tests
|
||||||
|
Loading…
Reference in New Issue
Block a user