repobee / repobee-sanitizer

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

[feat] Make commit message configurable #133

Closed tohanss closed 3 years ago

tohanss commented 3 years ago

Fix #131

slarse commented 3 years ago

@tohanss You're failing style checks, and this branch is not up-to-date. Don't forget to sync with upstream before you start working on new stuff.

slarse commented 3 years ago

Ping @tohanss

slarse commented 3 years ago

Ping @tohanss

codecov[bot] commented 3 years ago

Codecov Report

Merging #133 (4b7e3df) into master (b519135) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #133   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          252       253    +1     
  Branches        43        43           
=========================================
+ Hits           252       253    +1     
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize_repo.py 100.00% <100.00%> (ø)
repobee_sanitizer/sanitizer.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 b519135...4b7e3df. Read the comment docs.

tohanss commented 3 years ago

Locally, master claimed to be up to date but it seemed to have updated anyway. All should be well now!