BioJulia / BioSequences.jl

Biological sequences for the julia language
http://biojulia.dev/BioSequences.jl
MIT License
150 stars 47 forks source link

🐛-fix iscanonical #227

Closed TransGirlCodes closed 2 years ago

TransGirlCodes commented 2 years ago

Fixes #225

codecov[bot] commented 2 years ago

Codecov Report

Merging #227 (e6d4a88) into master (16ec1ca) will increase coverage by 0.29%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #227      +/-   ##
==========================================
+ Coverage   88.27%   88.57%   +0.29%     
==========================================
  Files          31       31              
  Lines        2405     2503      +98     
==========================================
+ Hits         2123     2217      +94     
- Misses        282      286       +4     
Flag Coverage Δ
unittests 88.57% <100.00%> (+0.29%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/biosequence/predicates.jl 98.27% <100.00%> (ø)
src/longsequences/seqview.jl 100.00% <0.00%> (ø)
src/longsequences/counting.jl 100.00% <0.00%> (ø)
src/longsequences/copying.jl 99.38% <0.00%> (+0.13%) :arrow_up:
src/bit-manipulation/bitpar-compiler.jl 70.80% <0.00%> (+0.72%) :arrow_up:
src/alphabet.jl 92.59% <0.00%> (+2.46%) :arrow_up:
src/biosequence/find.jl 61.29% <0.00%> (+3.22%) :arrow_up:
src/longsequences/constructors.jl 100.00% <0.00%> (+3.84%) :arrow_up:
src/bit-manipulation/bit-manipulation.jl 84.61% <0.00%> (+3.84%) :arrow_up:
src/longsequences/conversion.jl 100.00% <0.00%> (+28.57%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 16ec1ca...e6d4a88. Read the comment docs.