You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Now, we store coverage results in two different places (root and /test).
Change paths to have them stored together and update Jenkins cleanup step (post step) for the Jest testing steps. In short, combine the results of both test suites.
Actual behavior
Different folders, two reports.
Steps to reproduce
npm run jest:unit npm test -- mocha:default:functional:get
Which version(s) does this affect? (Environment, OS, etc...)
Expected behavior
Now, we store coverage results in two different places (root and
/test
).Change paths to have them stored together and update Jenkins cleanup step (
post
step) for the Jest testing steps. In short, combine the results of both test suites.Actual behavior
Different folders, two reports.
Steps to reproduce
npm run jest:unit
npm test -- mocha:default:functional:get
Which version(s) does this affect? (Environment, OS, etc...)
1.6.0
@yatki
The text was updated successfully, but these errors were encountered: