Loading jobs/jest/CHANGELOG.md +3 −0 Original line number Diff line number Diff line # Changelog All notable changes to this job will be documented in this file. ## [1.2.0] - 2022-06-13 * Add --passWithNoTests option ## [1.1.1] - 2022-06-13 * Add docker image tag in variable Loading jobs/jest/jest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ jest: npm install --save-dev jest-junit fi - npm run test -- --coverage --ci --reporters=default --reporters=jest-junit --lastCommit=${JEST_INCREMENTAL} ${ADDITIONAL_OPTIONS} - npm run test -- --coverage --ci --reporters=default --reporters=jest-junit --passWithNoTests --lastCommit=${JEST_INCREMENTAL} ${ADDITIONAL_OPTIONS} coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ artifacts: when: always Loading Loading
jobs/jest/CHANGELOG.md +3 −0 Original line number Diff line number Diff line # Changelog All notable changes to this job will be documented in this file. ## [1.2.0] - 2022-06-13 * Add --passWithNoTests option ## [1.1.1] - 2022-06-13 * Add docker image tag in variable Loading
jobs/jest/jest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ jest: npm install --save-dev jest-junit fi - npm run test -- --coverage --ci --reporters=default --reporters=jest-junit --lastCommit=${JEST_INCREMENTAL} ${ADDITIONAL_OPTIONS} - npm run test -- --coverage --ci --reporters=default --reporters=jest-junit --passWithNoTests --lastCommit=${JEST_INCREMENTAL} ${ADDITIONAL_OPTIONS} coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ artifacts: when: always Loading