Closed bryanforbes closed 7 years ago
Merging #166 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #166 +/- ##
=======================================
Coverage 69.62% 69.62%
=======================================
Files 27 27
Lines 642 642
Branches 102 102
=======================================
Hits 447 447
Misses 186 186
Partials 9 9
Impacted Files | Coverage Δ | |
---|---|---|
lib/intern/Reporter.ts | 0% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update adc0901...ff2aaf8. Read the comment docs.
Type: bug
The following has been addressed in the PR:
Description:
The reporter currently skips outputting errors if there is only one suite. This is a hold-over from the Intern 3 reporter where the Node runner was a different command. I've updated the reporter to output the errors and then bail if only one suite is running.
Resolves #165