From 656afd30d2d0dc09aef735fa2b5f4c6e73572e85 Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Tue, 19 May 2026 15:47:37 +0000 Subject: [PATCH] Apply suggestions from code review of branch webapp_unit_testing Co-authored-by: Beth Probert --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b974a7a..b9383f66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -168,6 +168,11 @@ javascript-lint-and-test: expire_in: 1 week paths: - webapp/coverage/ + reports: + # Tells GitLab where to find the Cobertura file for MR integration + coverage_report: + coverage_format: cobertura + path: webapp/coverage/cobertura-coverage.xml # Build JS app build: