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

Robust replace #13

Closed rlee287 closed 8 years ago

rlee287 commented 8 years ago

All that remains is to copy the temporary directory's contents somewhere before commencing the move_glob operation.

Closes #12

codecov-io commented 8 years ago

Current coverage is 83.795% (diff: 43.434%)

Merging #13 into develop will decrease coverage by 10.871%

@@            develop        #13   diff @@
==========================================
  Files            14         16     +2   
  Lines           375        469    +94   
  Methods           0          0          
  Messages          0          0          
  Branches         34         54    +20   
==========================================
+ Hits            355        393    +38   
- Misses            8         60    +52   
- Partials         12         16     +4   

Powered by Codecov. Last update 78204d3...e398d18

rlee287 commented 8 years ago

Note that many of the coverage issues are fake and caused by only the Posix commonpath lines being executed in Travis CI.

All the code looks good, so: PullApprove approval signified

Approved with PullApprove