From cdb51686c3fbcf5334549e5e1cdc1ee72b14bd12 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 25 May 2025 11:55:27 +0200 Subject: [PATCH] CI: fix coverage regex Use exactly the same regex as in BPO where this works. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2609 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e28c0697..25034832 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ pytest: after_script: - "cp /home/build/.local/var/pmbootstrap/log_testsuite.txt ." - "cp /home/build/.local/var/pmbootstrap/log.txt ." - coverage: '/TOTAL.*? (100(?:\.0+)?\%\|[1-9]?\d(?:\.\d+)?\%)$/' + coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' artifacts: when: always paths: