Closed CDNRae closed 1 year ago
Merging #753 into master will decrease coverage by
0.08%
. The diff coverage is89.47%
.
@@ Coverage Diff @@
## master #753 +/- ##
=========================================
- Coverage 86.88% 86.8% -0.09%
=========================================
Files 16 16
Lines 1739 1781 +42
=========================================
+ Hits 1511 1546 +35
- Misses 228 235 +7
Impacted Files | Coverage Δ | |
---|---|---|
src/constants.js | 100% <ø> (ø) |
:arrow_up: |
src/filesystem/implementation.js | 84.18% <89.47%> (+0.05%) |
: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 4aae538...cd3abde. Read the comment docs.
Fixes issue #747 by allowing fs.open flags to be in the form of a string or bitwise number. Adds a single test for creating a file using
fsConstants.O_CREAT
.