wooey / clinto

This converts an assortment of python command line interfaces into a language agnostic build spec for usage in GUI creation.
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Process zip file in tmp dir so relative imports work #40

Closed Chris7 closed 3 years ago

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.2%) to 58.914% when pulling 1ad400bdb42dbd16f57761c47d611773d4168e1e on process-zip-in-tmp into f864ea5c601624ef5b1d81fa1296ff6dbd56c2c4 on master.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.4%) to 59.504% when pulling 1ad400bdb42dbd16f57761c47d611773d4168e1e on process-zip-in-tmp into f864ea5c601624ef5b1d81fa1296ff6dbd56c2c4 on master.

codecov-io commented 3 years ago

Codecov Report

Merging #40 (7ac5331) into master (2526b54) will increase coverage by 0.48%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   56.81%   57.29%   +0.48%     
==========================================
  Files          13       13              
  Lines         859      871      +12     
  Branches      158      159       +1     
==========================================
+ Hits          488      499      +11     
  Misses        345      345              
- Partials       26       27       +1     
Flag Coverage Δ
unittests 57.17% <94.73%> (+0.48%) :arrow_up:

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

Impacted Files Coverage Δ
clinto/parsers/base.py 86.27% <91.66%> (+0.56%) :arrow_up:
clinto/parser.py 82.92% <100.00%> (+1.34%) :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 2526b54...7ac5331. Read the comment docs.