repobee / repobee-sanitizer

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

[feat] Update to support Repobee alpha 2 #76

Closed tohanss closed 4 years ago

tohanss commented 4 years ago

This includes changed the return values of callback functions to not return a Mapping

Fix #72

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          199       199           
  Branches        31        31           
=========================================
  Hits           199       199           
Impacted Files Coverage Δ
repobee_sanitizer/_sanitize_file.py 100.00% <100.00%> (ø)
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 bb37814...e26be31. Read the comment docs.