rlee287 / pyautoupdate

An auto-update API for Python programs. ARCHIVED: The update mechanism here contains no guarantees about code integrity. You may want to look at TUF (The Update Framework) instead.
GNU Lesser General Public License v2.1
14 stars 2 forks source link

Release version v1.0.0 #1

Closed rlee287 closed 7 years ago

rlee287 commented 8 years ago

Since the code is almost completely functional, I am creating this PR now in anticipation of having a functional version soon.

codecov-io commented 8 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@24b31c9). Click here to learn what that means. The diff coverage is 95.15%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #1   +/-   ##
=========================================
  Coverage          ?   95.15%           
=========================================
  Files             ?       14           
  Lines             ?      805           
  Branches          ?       80           
=========================================
  Hits              ?      766           
  Misses            ?       14           
  Partials          ?       25
Impacted Files Coverage Δ
test/test_mk_dirs.py 100% <100%> (ø)
test/test_no_update.py 100% <100%> (ø)
test/test_get_new.py 100% <100%> (ø)
test/test_check_update.py 100% <100%> (ø)
pyautoupdate/exceptions.py 100% <100%> (ø)
test/pytest_skipif.py 77.77% <77.77%> (ø)
test/test_rm_dirs.py 86.48% <86.48%> (ø)
test/test_replace_files.py 87.71% <87.71%> (ø)
test/test_update.py 88.7% <88.7%> (ø)
pyautoupdate/_file_glob.py 93.75% <93.75%> (ø)
... and 4 more

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 24b31c9...1c62943. Read the comment docs.

rlee287 commented 8 years ago

This should be merged after #2 and #3 are closed.