dojo / grunt-dojo2

Dojo 2 - Grunt tasks and configuration (internal use)
Other
4 stars 16 forks source link

Ensure errors collected for a single suite are output #166

Closed bryanforbes closed 7 years ago

bryanforbes commented 7 years ago

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

codecov[bot] commented 7 years ago

Codecov Report

Merging #166 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           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.