repobee / repobee-sanitizer

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

[test] Test that sanitize repo raises error when file list does not exist #42

Closed tohanss closed 4 years ago

tohanss commented 4 years ago

Fix #33

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 1.47%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #42      +/-   ##
===========================================
+ Coverage   98.52%   100.00%   +1.47%     
===========================================
  Files           6         6              
  Lines         136       136              
  Branches       23        23              
===========================================
+ Hits          134       136       +2     
+ Misses          1         0       -1     
+ Partials        1         0       -1     
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize_repo.py 100.00% <0.00%> (+3.12%) :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 a6bae31...d27f160. Read the comment docs.

slarse commented 4 years ago

Test failure is the flaky codecov thing btw, we can ignore.