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

Filename safety #16

Closed rlee287 closed 7 years ago

rlee287 commented 7 years ago

Points 1 and 2 of #14 have been implemented. This will be merged after Point 4 is implemented.

codecov-io commented 7 years ago

Current coverage is 85.009% (diff: 90.977%)

Merging #16 into develop will increase coverage by 0.425%

@@            develop        #16   diff @@
==========================================
  Files            18         18          
  Lines           480        567    +87   
  Methods           0          0          
  Messages          0          0          
  Branches         55         65    +10   
==========================================
+ Hits            406        482    +76   
- Misses           58         63     +5   
- Partials         16         22     +6   

Powered by Codecov. Last update d69ede5...fa6de64

rlee287 commented 7 years ago

Number 4 has been implemented. PullApprove approval signified.

Approved with PullApprove