From 0108f2d8e675d26f65cb907cd375fd33971be728 Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Thu, 6 Jun 2024 11:30:00 -0600 Subject: [PATCH] include messenger tests in coverage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a9811169..6c2338de7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -287,6 +287,7 @@ unit test coverage: - unit test workflow - unit test capability - unit test notification + - unit test messaging rules: # for testing only! - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' -- GitLab