Closed Remi-Gau closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.72%. Comparing base (
d66be75
) to head (f286231
). Report is 5 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
there are more than 600 lines of test that are commented: should I bother transferring them to the other repo too?
The bad values might be worth it, just as assert not validator.is_bids()
. The good values, I don't think so.
there are more than 600 lines of test that are commented: should I bother transferring them to the other repo too?
The bad values might be worth it, just as
assert not validator.is_bids()
. The good values, I don't think so.
OK I will try to transfer those then.
will merge #1080 before this one
companion PR to https://github.com/bids-standard/python-validator/pull/8
there are more than 600 lines of test that are commented: should I bother transferring them to the other repo too?