repobee / repobee-sanitizer

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

[feat] Make sanitizer yell if there are not markers in input #51

Closed tohanss closed 4 years ago

tohanss commented 4 years ago

Now, if you try to sanitize a file with no markers, the program will yell that there are no markers in it.

Fix #17

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          136       140    +4     
  Branches        23        24    +1     
=========================================
+ Hits           136       140    +4     
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize.py 100.00% <100.00%> (ø)

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 63eb365...c574d41. Read the comment docs.