Open dependabot[bot] opened 4 years ago
Merging #9 into master will decrease coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
- Coverage 94.79% 94.77% -0.02%
==========================================
Files 85 85
Lines 1729 1724 -5
Branches 240 238 -2
==========================================
- Hits 1639 1634 -5
Misses 46 46
Partials 44 44
Impacted Files | Coverage Δ | |
---|---|---|
src/validators/tuple-validator.ts | 95.00% <100.00%> (-1.00%) |
:arrow_down: |
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 ca681b4...c96f9ac. Read the comment docs.
A newer version of node-fetch exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
This PR changes.
Review Checklist
Basics
feature
/chore
/style
/docs
/refactor
/perf
/test
)yarn.lock
file is updated and committedCHANGELOG.md
and references to project's version are unchanged(let semantic-release do the magic)Code Quality
builds
(yarn build
)formatted
(yarn test:format
)linted
(yarn test:lint
)tested
(yarn test:unit
)tested
(yarn test:integration
)Testing
After Review
done
optional