add artifact path(s)

This commit is contained in:
reesporte 2021-10-28 16:21:58 -05:00
parent cdbfcef0eb
commit ae69ad0d4e

View file

@ -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