diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88e0fbc6b883db5681d11c2f9055522d31b21955..efd4df90c1fd7b9b25acf7e27bbac9c30a38bafa 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,7 +120,7 @@ func-test-ubuntu: - mv .coverage .coverage-functional artifacts: paths: - - .coverage-functional + - .coverage expire_in: 1 hour @@ -138,6 +138,7 @@ coverage: script: - pwd - ls -la + - coverage html - coverage combine .coverage-unit .coverage-functional - coverage html -i - coverage report -i