Closed bryanforbes closed 6 years ago
Merging #177 into master will not change coverage. The diff coverage is
100%
.
@@ 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.
Type: bug
The following has been addressed in the PR:
Description:
The
tcm
task was only operating on files instyles
and was ignoring the files inthemes
. This changes the task to operate on all files insrc
.