Closed erisu closed 3 years ago
In a later PR, will deal with replacing the url.parse()
with new URL()
and test various use cases.
Merging #282 (f966c03) into master (3e0b4f6) will not change coverage. The diff coverage is
40.00%
.
@@ Coverage Diff @@
## master #282 +/- ##
=======================================
Coverage 58.98% 58.98%
=======================================
Files 8 8
Lines 495 495
=======================================
Hits 292 292
Misses 203 203
Impacted Files | Coverage Δ | |
---|---|---|
src/gitutil.js | 27.65% <0.00%> (ø) |
|
src/versionutil.js | 56.57% <0.00%> (ø) |
|
src/repoutil.js | 68.91% <100.00%> (ø) |
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 3e0b4f6...f966c03. Read the comment docs.
Motivation and Context
Code syntax cleanup
https://github.com/apache/cordova/issues/142
Description
Testing
npm t
Checklist