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 report all found errors #88

Closed tohanss closed 4 years ago

tohanss commented 4 years ago

Some things have been changed also, it is now important to check syntax yourself before sanitizing

Fix #81

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #88   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         9    +1     
  Lines          220       250   +30     
  Branches        35        42    +7     
=========================================
+ Hits           220       250   +30     
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize.py 100.00% <ø> (ø)
repobee_sanitizer/_format.py 100.00% <100.00%> (ø)
repobee_sanitizer/_sanitize_file.py 100.00% <100.00%> (ø)
repobee_sanitizer/_sanitize_repo.py 100.00% <100.00%> (ø)
repobee_sanitizer/_syntax.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 7b21277...618b067. Read the comment docs.