diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-26 15:03:52 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-27 07:02:35 +0100 |
| commit | 465d323cc89dc67d793148728d222621eea335c8 (patch) | |
| tree | 0608b5b52cc708f769411669f58c5b21e48bf2ba | |
| parent | 997f462b540cca32fd55aa7f40c6d4bfef79e367 (diff) | |
| download | teachos-465d323cc89dc67d793148728d222621eea335c8.tar.xz teachos-465d323cc89dc67d793148728d222621eea335c8.zip | |
ci: fix coverage regex
| -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 35af269..b4296b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,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:\|\s*(\d+(\.\d+)?)\%/' + coverage: '/Total:\|\s*(\d+(?:\.\d+)?)\%/' artifacts: paths: - coverage.info |
