dojo / grunt-dojo2

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

Change tcm task to operate on all css modules under src directory #177

Closed bryanforbes closed 6 years ago

bryanforbes commented 6 years ago

Type: bug

The following has been addressed in the PR:

Description:

The tcm task was only operating on files in styles and was ignoring the files in themes. This changes the task to operate on all files in src.

codecov[bot] commented 6 years ago

Codecov Report

Merging #177 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #177   +/-   ##
=======================================
  Coverage   70.93%   70.93%           
=======================================
  Files          29       29           
  Lines         671      671           
  Branches      102      102           
=======================================
  Hits          476      476           
  Misses        186      186           
  Partials        9        9
Impacted Files Coverage Δ
tasks/tcm.ts 100% <100%> (ø) :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 613b214...b7887ed. Read the comment docs.