filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
621 stars 154 forks source link

Fix Issue 747 #753

Closed CDNRae closed 1 year ago

CDNRae commented 5 years ago

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.

codecov-io commented 5 years ago

Codecov Report

Merging #753 into master will decrease coverage by 0.08%. The diff coverage is 89.47%.

Impacted file tree graph

@@            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.