X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=20e466b958fca76dcbd8515397b5246bfcb539cc;hp=45531263d9cdfcb3988661d9d6e31b5fa160a9a7;hb=a4de450bfaf2c600dccd9a5b3625c5a3ca279e7c;hpb=d6cb6f0d8d258f4125fd3a0cc3899541ea2efd5b diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4553126..20e466b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,11 +88,7 @@ test:debug: - apk add make gcc - apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted script: - - cd tests - - make - - cd .. - - lcov -t "advent" -o advent.info -c -d . - - genhtml -o coverage advent.info + - make coverage artifacts: paths: - coverage