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

fix: Track config options, mimick sequence length clamping as implicitly done in hgvs py #206

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

make FiveToThree the default Direction

25376fb
Select commit
Loading
Failed to load commit list.
Open

fix: Track config options, mimick sequence length clamping as implicitly done in hgvs py #206

make FiveToThree the default Direction
25376fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 12, 2025 in 1s

92.42% (+0.01%) compared to 305058d

View this Pull Request on Codecov

92.42% (+0.01%) compared to 305058d

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.42%. Comparing base (305058d) to head (25376fb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
+ Coverage   92.40%   92.42%   +0.01%     
==========================================
  Files          18       18              
  Lines       11455    11481      +26     
==========================================
+ Hits        10585    10611      +26     
  Misses        870      870              
Files with missing lines Coverage Δ
src/mapper/altseq.rs 95.11% <100.00%> (+0.04%) ⬆️
src/mapper/assembly.rs 72.52% <100.00%> (+0.35%) ⬆️
src/mapper/variant.rs 85.43% <100.00%> (+0.19%) ⬆️
src/normalizer.rs 91.19% <100.00%> (ø)
src/validator/mod.rs 72.64% <100.00%> (+0.52%) ⬆️