dojo / grunt-dojo2

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

Update to Intern 4.1.0 and TypeScript 2.6.1 and turn on strict #172

Closed bryanforbes closed 7 years ago

bryanforbes commented 7 years ago

Type: enhancement

The following has been addressed in the PR:

Description:

Upgrades grunt-dojo2 to build with TS2.6 with strict: true, use Intern 4.1.0, and rework the reporter to properly register itself and report errors.

codecov[bot] commented 7 years ago

Codecov Report

Merging #172 into master will increase coverage by 0.4%. The diff coverage is 44.44%.

Impacted file tree graph

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

bryanforbes commented 7 years ago

Relates to dojo/meta#211