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