Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: move empty_record to header #453

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

brentp
Copy link
Contributor

@brentp brentp commented Nov 18, 2024

this makes it so we don't need access to the VCF struct in order to make an empty record. since the header is always available as record.header() then we can create an empty record

this makes it so we don't need access to the VCF struct in order to make an empty record.
since the header is always available as record.header() then we can create an empty record
@brentp brentp changed the title move empty_record to header feat: move empty_record to header Nov 18, 2024
@coveralls
Copy link

coveralls commented Nov 18, 2024

Pull Request Test Coverage Report for Build 11898782077

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 79.777%

Totals Coverage Status
Change from base Build 11799978853: 0.1%
Covered Lines: 2505
Relevant Lines: 3140

💛 - Coveralls

@johanneskoester johanneskoester merged commit 797965c into rust-bio:master Dec 2, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants