mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +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:
|
||||
- make test
|
||||
|
||||
coverage:
|
||||
<<: *tests-setup
|
||||
stage: tests
|
||||
script:
|
||||
- make coverage
|
||||
|
||||
fmt:
|
||||
<<: *tests-setup
|
||||
stage: tests
|
||||
|
Loading…
Reference in New Issue
Block a user