joegasewicz / flask-file-upload

Easy file uploads for Flask.
MIT License
154 stars 15 forks source link

File Not found exception thrown when updating files that dont exist #83 #84

Closed joegasewicz closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #84 into master will decrease coverage by 0.38%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   82.63%   82.24%   -0.39%     
==========================================
  Files           6        7       +1     
  Lines         334      338       +4     
  Branches       44       44              
==========================================
+ Hits          276      278       +2     
- Misses         43       45       +2     
  Partials       15       15
Impacted Files Coverage Δ
flask_file_upload/file_upload.py 79.05% <50%> (-0.73%) :arrow_down:
flask_file_upload/__init__.py 100% <0%> (ø)

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 8151a66...3a04dbc. Read the comment docs.