BioJulia / FASTX.jl

Parse and process FASTA and FASTQ formatted files of biological sequences.
https://biojulia.dev
MIT License
61 stars 20 forks source link

Model good behavior with do block syntax #43

Closed BioTurboNick closed 3 years ago

BioTurboNick commented 3 years ago

The current docs don't use the open/do/end syntax and then just provide a warning at the end. I modified the docs to use it in most examples and move the explanation earlier in the docs to when the open convenience syntax is introduced.

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (3f84b0f) into master (e72dcfe) will increase coverage by 0.46%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   87.73%   88.19%   +0.46%     
==========================================
  Files          14       14              
  Lines         644      644              
==========================================
+ Hits          565      568       +3     
+ Misses         79       76       -3     
Flag Coverage Δ
unittests 88.19% <ø> (+0.46%) :arrow_up:

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

Impacted Files Coverage Δ
src/fasta/readrecord.jl 88.88% <0.00%> (+0.20%) :arrow_up:
src/fasta/record.jl 80.29% <0.00%> (+0.58%) :arrow_up:
src/fastq/readrecord.jl 87.69% <0.00%> (+1.53%) :arrow_up:
src/fastq/quality.jl 95.65% <0.00%> (+4.34%) :arrow_up:

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 e72dcfe...3f84b0f. Read the comment docs.