repobee / repobee-sanitizer

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

[feat] Add --force flag #41

Closed tohanss closed 4 years ago

tohanss commented 4 years ago

Without the --force flag, sanitize-repo will complain if there are untracked or uncommitted tracked files in the repo

Fix #31

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #41   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          136       142    +6     
  Branches        23        23           
=========================================
+ Hits           136       142    +6     
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize_repo.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 8b1a8c5...cfd1da6. Read the comment docs.

tohanss commented 4 years ago

@slarse This should now be finished enough to merge