When running 'gulp test' on one of the default angular1 & webpack projects a coverage report HTML file is generated, but the report only contains a header stating 100% coverage.
To reproduce:
- go here : http://fountainjs.io/download/
- select 'Angular1' and 'Webpack and NPM'' . The other options do not seem to affect the outcome, but I selected 'JavaScript (no preprocessor)', 'CSS (no preprocessor)' and 'Fountain landing page'
- extract the zip
- run 'npm install'
- run 'gulp test'
Result: coverage report HTML is generated (inside the folder '/coverage') which only contains a header saying "100% Statements 0/0 100% Branches 0/0 100% Functions 0/0 100% Lines 0/0."
But the rest of the report is empty (except for the footer text comtaining the correct date/time when the coverage was generated.)
When running 'gulp test' on one of the default angular1 & webpack projects a coverage report HTML file is generated, but the report only contains a header stating 100% coverage.
To reproduce:
Result: coverage report HTML is generated (inside the folder '/coverage') which only contains a header saying "100% Statements 0/0 100% Branches 0/0 100% Functions 0/0 100% Lines 0/0."
But the rest of the report is empty (except for the footer text comtaining the correct date/time when the coverage was generated.)