repobee / repobee-sanitizer

A plugin for sanitizing master repositories before distribution to students
MIT License
2 stars 3 forks source link

[feat] Add sanitize repo command #22

Closed slarse closed 4 years ago

slarse commented 4 years ago

Fix #14

This is not a complete implementation, it's just a barebones prototype.

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will increase coverage by 6.14%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   87.67%   93.81%   +6.14%     
==========================================
  Files           4        5       +1     
  Lines          73       97      +24     
  Branches       16       19       +3     
==========================================
+ Hits           64       91      +27     
+ Misses          9        4       -5     
- Partials        0        2       +2     
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize_repo.py 91.30% <91.30%> (ø)
repobee_sanitizer/sanitizer.py 81.81% <100.00%> (+24.67%) :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 714f2bd...6dd8730. Read the comment docs.