diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbd9552f..400f6a5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,12 @@ unit_test: script: - make test +coverage: + <<: *tests-setup + stage: tests + script: + - make coverage + fmt: <<: *tests-setup stage: tests