Closed slarse closed 4 years ago
Merging #44 into master will increase coverage by
1.47%
. The diff coverage isn/a
.
@@ 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.
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 desirabletests: passing
.The pre-commit hook also trimmed some random whitespace, I'm guessing the previous commit did not have the hook active.