Closed maier49 closed 7 years ago
Merging #80 into master will decrease coverage by
0.1%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #80 +/- ##
==========================================
- Coverage 98.56% 98.46% -0.11%
==========================================
Files 10 9 -1
Lines 626 585 -41
Branches 163 158 -5
==========================================
- Hits 617 576 -41
Misses 1 1
Partials 8 8
Impacted Files | Coverage Δ | |
---|---|---|
src/main.ts | 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 c3af04a...b9dfea7. Read the comment docs.
The decrease in coverage is just because the remaining files have lower coverage than what's being removed. I tried to add some tests to cover some missing branches but apparently they were already covered in browsers I wasn't testing with.
Type: feature
The following has been addressed in the PR:
Description: Removes the
ClientErrorCollector
and makesIntern
adevDependency
instead of apeerDependency
Resolves #79