diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-05-20 09:09:01 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-05-20 09:09:01 +0300 |
| commit | 75a3b3a1d361558f07dc1913e2aa6bce56c74428 (patch) | |
| tree | 476da675ca79a2e20e00c08a1bab614ce207d290 /.gitlab-ci.yml | |
| parent | f48aa44ba3bdd669c539afb4bb2881e332b77dbe (diff) | |
fix: update CI coverage settings
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96e3669..c53a95c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,9 @@ Lua: - make luacov # produces Cobertura XML artifacts: reports: - cobertura: coverage/cobertura-coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage/cobertura-coverage.xml coverage: '/Total.*\s(\d+.\d+%)$/' # Luajit actually is an impostor in Alpine, as the package actually |