destream-py / destream

A tool & Python 3 library to decompress anything
GNU General Public License v2.0
12 stars 1 forks source link

Add application/zstd as a MIME type for zstandard compression #13

Closed jruere closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.83%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   92.44%   91.61%   -0.84%     
==========================================
  Files          14       13       -1     
  Lines         556      453     -103     
==========================================
- Hits          514      415      -99     
+ Misses         42       38       -4     
Impacted Files Coverage Δ
destream/decompressors/zstd.py 100.00% <100.00%> (ø)
destream/decompressors/rar.py

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 18aba2b...9f4038f. Read the comment docs.

cecton commented 4 years ago

@jruere I uploaded the v5.0.1 with this fix. Thank you for your contribution

jruere commented 4 years ago

Thank you!