BioJulia / BioAlignments.jl

Sequence alignment tools
MIT License
60 stars 24 forks source link

Update CI #34

Closed CiaranOMara closed 5 years ago

CiaranOMara commented 5 years ago

This PR adds a Project.toml and updates the continuous integration.

codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will increase coverage by 30.03%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #34       +/-   ##
===========================================
+ Coverage   56.82%   86.86%   +30.03%     
===========================================
  Files          27       31        +4     
  Lines        1883     1720      -163     
===========================================
+ Hits         1070     1494      +424     
+ Misses        813      226      -587
Impacted Files Coverage Δ
src/pairwise/algorithms/common.jl 90% <0%> (-4.12%) :arrow_down:
src/bam/bam.jl 100% <0%> (ø)
src/BioAlignments.jl 100% <0%> (ø)
src/sam/flags.jl 100% <0%> (ø)
src/sam/sam.jl 100% <0%> (ø)
src/pairwise/pairalign.jl 94.54% <0%> (+5.25%) :arrow_up:
src/pairwise/algorithms/hamming_distance.jl 100% <0%> (+5.55%) :arrow_up:
src/sam/header.jl 76.92% <0%> (+7.69%) :arrow_up:
src/models.jl 88.88% <0%> (+8.53%) :arrow_up:
src/alignedseq.jl 96.36% <0%> (+12.43%) :arrow_up:
... and 19 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 cb5427a...c938443. Read the comment docs.