From 208e95a699802cd2099b6967804402dd3ae0de99 Mon Sep 17 00:00:00 2001 From: "Erin (Josh) Rigler" <erigler@usgs.gov> Date: Fri, 1 Mar 2024 18:16:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6884d32dc..3daa3d755 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -183,6 +183,7 @@ Test: - Poetry script: - poetry run poe test + coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' stage: test ## -------------------------------------------------- -- GitLab