Skip to content

Commit 14cd7c1

Browse files
committed
Add coverage step to CI
Signed-off-by: Evan Lezar <[email protected]>
1 parent f72b79c commit 14cd7c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ unit_test:
6666
script:
6767
- make test
6868

69+
coverage:
70+
<<: *tests-setup
71+
stage: tests
72+
script:
73+
- make coverage
74+
6975
fmt:
7076
<<: *tests-setup
7177
stage: tests

0 commit comments

Comments
 (0)