N3PDF / pycompressor

Compression code for PDF replicas.
https://n3pdf.github.io/pycompressor/
GNU General Public License v3.0
1 stars 0 forks source link

Add some checks #38

Closed scarlehoff closed 3 years ago

scarlehoff commented 3 years ago

Added some checks for the input

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (118dc01) into master (124adf5) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #38   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          14      15    +1     
  Lines        1319    1335   +16     
======================================
- Misses       1319    1335   +16     
Flag Coverage Δ
unittests 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pycompressor/compressing.py 0.00% <0.00%> (ø)
src/pycompressor/estimators.py 0.00% <0.00%> (ø)
src/pycompressor/__init__.py 0.00% <0.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 124adf5...118dc01. Read the comment docs.