Open dependabot[bot] opened 3 years ago
Merging #14 (c52f3fc) into master (35c6279) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #14 +/- ##
==========================================
+ Coverage 94.79% 94.83% +0.03%
==========================================
Files 85 87 +2
Lines 1729 1742 +13
Branches 240 239 -1
==========================================
+ Hits 1639 1652 +13
Misses 46 46
Partials 44 44
Impacted Files | Coverage Δ | |
---|---|---|
src/constants/literal-keys.ts | 100.00% <100.00%> (ø) |
|
src/index.ts | 100.00% <100.00%> (ø) |
|
src/patterns/locale-string.ts | 100.00% <100.00%> (ø) |
|
src/validators/locale-string-validator.ts | 100.00% <100.00%> (ø) |
|
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 8e5fa9f...055fec0. Read the comment docs.
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