diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-23 12:24:11 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-23 12:24:11 +0100 |
| commit | 42abbf23256c69398d660dd52ce88f16242f6cf3 (patch) | |
| tree | 38ce9f2ef0641999e8fcc0e2cf3bad6ab27a0a18 /.gitlab-ci.yml | |
| parent | d31d12a612e9bbb1eb32ba7bcb17d70ff917ac9e (diff) | |
| download | teachos-42abbf23256c69398d660dd52ce88f16242f6cf3.tar.xz teachos-42abbf23256c69398d660dd52ce88f16242f6cf3.zip | |
ci: handle 100% coverage
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf61007..5abf210 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ bht: - ctest --preset bht-dbg - lcov --config-file .lcovrc --capture --directory $(pwd) --output-file coverage.info - lcov --config-file .lcovrc --list coverage.info - coverage: '/Total:\|(\d+\.?\d+)\%/' + coverage: '/Total:\|(\d+(\.\d+)?)\%/' artifacts: paths: - coverage.info |
