Closed bryanforbes closed 7 years ago
Merging #172 into master will increase coverage by
0.4%
. The diff coverage is44.44%
.
@@ Coverage Diff @@
## master #172 +/- ##
=========================================
+ Coverage 70.18% 70.58% +0.4%
=========================================
Files 28 28
Lines 664 663 -1
Branches 104 103 -1
=========================================
+ Hits 466 468 +2
+ Misses 189 186 -3
Partials 9 9
Impacted Files | Coverage Δ | |
---|---|---|
lib/intern/Reporter.ts | 0% <0%> (ø) |
:arrow_up: |
tasks/rename.ts | 100% <100%> (ø) |
:arrow_up: |
options/intern.ts | 100% <100%> (ø) |
:arrow_up: |
lib/intern/internLoader.js | 61.11% <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 0776c0b...c8e0398. Read the comment docs.
Relates to dojo/meta#211
Type: enhancement
The following has been addressed in the PR:
Description:
Upgrades
grunt-dojo2
to build with TS2.6 withstrict: true
, use Intern 4.1.0, and rework the reporter to properly register itself and report errors.