From ae69ad0d4e2fec7017a6977247062bc59aa1b3d2 Mon Sep 17 00:00:00 2001 From: reesporte Date: Thu, 28 Oct 2021 16:21:58 -0500 Subject: [PATCH] add artifact path(s) --- .gitlab/.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 97eb7de80..8f3612108 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -71,6 +71,9 @@ run jest tests: - npm install - npm test -- --coverage --testResultsProcessor=jest-sonar-reporter - sonar-scanner + artifacts: + paths: + - coverage/lcov.info upload to sonarcloud: stage: test