Closed JHertz5 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.11%. Comparing base (
baf22da
) to head (06dbde3
). Report is 37 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It might be of a stretch for every reader to see /*/*
in the python comment and know that it means **
, plus codeclimate isn't happy about "/*" not being a valid escape sequence.
Alternative solutions:
I think I may end up dropping code climate. Due to the similarities in the code I get a lot of duplicate code warnings so I end up ignoring the code climate report. I suppose I could turn those off though....
Resolves #1216.