invenia / JLSO.jl

Julia Serialized Object (JLSO) file format for storing checkpoint data.
MIT License
90 stars 5 forks source link

Switch to using `strict=true` and `@example` #101

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

To avoid broken docs getting missed

Closes #100

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (89435dd) into master (cde91d2) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage   97.56%   97.53%   -0.03%     
==========================================
  Files           6        6              
  Lines         205      203       -2     
==========================================
- Hits          200      198       -2     
  Misses          5        5              
Impacted Files Coverage Δ
src/metadata.jl 100.00% <0.00%> (ø)
src/serialization.jl 100.00% <0.00%> (ø)

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 cde91d2...89435dd. Read the comment docs.