repobee / repobee-sanitizer

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

[docs] Add badges to README #44

Closed slarse closed 4 years ago

slarse commented 4 years ago

Fix #43

Adds badges to the README. Note that I also rename the GitHub actions workflow to "tests" (see ef50d60), as the badge would otherwise read repobee-sanitizer: passing, as opposed to the more desirable tests: passing.

The pre-commit hook also trimmed some random whitespace, I'm guessing the previous commit did not have the hook active.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #44      +/-   ##
===========================================
+ 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 3063628...5b323fc. Read the comment docs.