Closed tohanss closed 4 years ago
Merging #54 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #54 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 146 162 +16
Branches 24 28 +4
=========================================
+ Hits 146 162 +16
Impacted Files | Coverage Δ | |
---|---|---|
repobee_sanitizer/_sanitize.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 d80931c...0239022. Read the comment docs.
Now we can go trough how to properly sove merge conflicts!
@tohanss Ok to merge or do you want to fix those type hints?
sanitize-repo
now has the--discover-files
argument. As opposed to--file-list
, this lets us find any file that has ANY marker in it and send this forward to be sanitized (and syntax checked first of course).Fix #32