Closed jonchurch closed 4 years ago
Merging #38 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #38 +/- ##
=======================================
Coverage 97.81% 97.81%
=======================================
Files 11 11
Lines 183 183
Branches 26 26
=======================================
Hits 179 179
Misses 4 4
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 acbdc9a...bddf2da. Read the comment docs.
Great catch and spot-on picture ✨ Thanks Jonathan!
Fix the example code for
lockfile-lint-api
. As it currently is, it fails because the casing ofParseLockfile
is incorrect in the example. Seems the docs weren't updated after the casing change occurred in the project.Description
Change casing from
ParseLockFile
toParseLockfile
Types of changes
Related Issue
closes #37
Checklist: