Skip to content

Commit

Permalink
Update README.md: add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Aug 9, 2024
1 parent 535df62 commit db953a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![pkgeval](https://juliahub.com/docs/StructIO/pkgeval.svg)](https://juliahub.com/ui/Packages/StructIO/aDnIf)
[![Build Status](https://github.com/JuliaIO/StructIO.jl/workflows/CI/badge.svg)](https://github.com/JuliaIO/StructIO.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![Coverage](http://codecov.io/github/JuliaIO/StructIO.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaIO/StructIO.jl?branch=master)
[![Coverage](https://codecov.io/gh/JuliaIO/StructIO.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaIO/StructIO.jl)

Generates IO methods (`pack`, `unpack`) from structure definitions. Also defines `packed_sizeof` to give the on-disk size of a packed structure, which is smaller than `sizeof` would give, if the struct is marked as `align_packed`.

Expand Down

0 comments on commit db953a6

Please sign in to comment.