Closed nevrome closed 3 weeks ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 59.99%. Comparing base (
d4d4e7f
) to head (dcd910c
). Report is 3 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/Poseidon/ColumnTypes.hs | 0.00% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hmm, this is OK, but different from what I thought we discussed in https://github.com/poseidon-framework/poseidon-schema/issues/85. I thought we wanted to still issue a warning if the NrSNPs is 0. Now we only get an error if it's negative. That's quite different. Is that on purpose?
Puh - I didn't consider the warning important, honestly. The problem is that the packages with Nr_SNPs < 1 don't get read right now.
Warnings require separate code, because make
only lives in MonadFail
. I can add it :man_shrugging:.
Ah OK. So you want to keep the error-behavior, but restricted to truly false cases (negative numbers). I think that's a good solution then!
This should solve https://github.com/poseidon-framework/poseidon-schema/issues/85