repobee / repobee-sanitizer

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

[feat] Make sanitize repo return plug.Result #65

Closed tohanss closed 4 years ago

tohanss commented 4 years ago

Fix #45

codecov[bot] commented 4 years ago

Codecov Report

Merging #65 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         6    -1     
  Lines          190       164   -26     
  Branches        31        28    -3     
=========================================
- Hits           190       164   -26     
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize_repo.py 100.00% <100.00%> (ø)
repobee_sanitizer/_fileutils.py

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 f1eca23...6f2fa50. Read the comment docs.

slarse commented 4 years ago

@tohanss Minor merge conflict to resolve here