Skip to content

Commit

Permalink
chore(docs): update CI badge in readme (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades authored Feb 8, 2025
1 parent 1917a15 commit dd63e36
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 @@
# Arithmetic Coding

[![Continuous integration](https://github.com/danieleades/arithmetic-coding/actions/workflows/CI.yml/badge.svg)](https://github.com/danieleades/arithmetic-coding/actions/workflows/CI.yml)
[![Latest Docs](https://docs.rs/arithmetic-coding/badge.svg)](https://docs.rs/arithmetic-coding/)
![Continuous integration](https://github.com/danieleades/arithmetic-coding/workflows/Continuous%20integration/badge.svg)
[![codecov](https://codecov.io/gh/danieleades/arithmetic-coding/branch/main/graph/badge.svg?token=1qITX2tR0J)](https://codecov.io/gh/danieleades/arithmetic-coding)


Expand All @@ -16,4 +16,4 @@ This crate is heavily inspired by
- [arcode-rs](https://github.com/cgburgess/arcode-rs)
- [Data Compression With Arithmetic Coding - *Mark Nelson*, 2014](https://marknelson.us/posts/2014/10/19/data-compression-with-arithmetic-coding.html)

*Was this useful? [Buy me a coffee](https://github.com/sponsors/danieleades/sponsorships?sponsor=danieleades&preview=true&frequency=recurring&amount=5)*
*Was this useful? [Buy me a coffee](https://github.com/sponsors/danieleades/sponsorships?sponsor=danieleades&preview=true&frequency=recurring&amount=5)*

0 comments on commit dd63e36

Please sign in to comment.