Open hyanwong opened 2 months ago
Attention: Patch coverage is 92.30769%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 93.21%. Comparing base (
7f23758
) to head (8742ee8
).
Files with missing lines | Patch % | Lines |
---|---|---|
tsinfer/formats.py | 92.30% | 0 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Also fixes #763 I think
Introduces a
contig_id
parameter to variant_data, which adds non matching contigs to the site mask, as described in #949. Fixes #949