Skip to content

Commit

Permalink
Fix badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored Jul 22, 2024
1 parent 95d4584 commit 58aba83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# StructArrays

[![CI](https://github.com/JuliaArrays/StructArrays.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaArrays/StructArrays.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov.io](http://codecov.io/github/JuliaArrays/StructArrays.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaArrays/StructArrays.jl?branch=master)
[![CI](https://github.com/JuliaArrays/StructArrays.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaArrays/StructArrays.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/github/JuliaArrays/StructArrays.jl/graph/badge.svg?token=ZzgMbya9U7)](https://codecov.io/github/JuliaArrays/StructArrays.jl)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaArrays.github.io/StructArrays.jl/stable)

This package defines an array type, `StructArray`, which acts like an array of `struct` elements but which internally is stored as a list of arrays, typically one per field of the `struct`. See the [documentation](https://JuliaArrays.github.io/StructArrays.jl/stable) for details.

0 comments on commit 58aba83

Please sign in to comment.