stable
Clone or download
Read-only
request #12632 Test coverage report is erased when there is more than one
How to test: - run "npm run coverage" in plugins/tracker/www/scripts/ - You should be able to browse test coverage reports for the Artifact modal, the Move artifact button and the Workflow app - run "npm run coverage" in plugins/pullrequest/www/scripts/ - You should be able to browse test coverage reports for the angular app and the "create PR" button app - "npm run test", "npm run watch" still work correctly in those folders - "npm run coverage" still works in other folders (for example kanban at plugins/agiledashboard/www/js/kanban/) Change-Id: Ide060f02f27f73f0726b807762f916daa19c07fa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/www/scripts/package.json | +5 | −3 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/karma.conf.js | +44 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/karma.conf.js | +4 | −2 | Go to diff View file |
D | plugins/tracker/www/scripts/karma.conf.js | +0 | −26 | Go to diff View file |
M | plugins/tracker/www/scripts/package.json | +6 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/karma.conf.js | +4 | −2 | Go to diff View file |
M | tools/utils/scripts/karma-configurator.js | +13 | −7 | Go to diff View file |