From bcebbb071b692dcef1ebe44dad740fa2529471f6 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:50:03 -0400 Subject: [PATCH] Fix codecov badge in README.md (#67) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 01111bd..09d9bdb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ CodecZstd.jl ============ -[![codecov.io][codecov-img]][codecov-url] +[![codecov](https://codecov.io/gh/JuliaIO/CodecZstd.jl/graph/badge.svg?token=CgSrhnEKdy)](https://codecov.io/gh/JuliaIO/CodecZstd.jl) ## Installation @@ -47,6 +47,3 @@ This package exports following codecs and streams: Version 0.8.3 also introduced the virtual codec `ZstdFrameCompressor` which stores the decompressed content size in the frame header. Currently, `ZstdFrameCompressor` is an alternate constructor for `ZstdCompressor`, but that is an implementation detail which should not be relied upon. See docstrings and [TranscodingStreams.jl](https://github.com/JuliaIO/TranscodingStreams.jl) for details. - -[codecov-img]: http://codecov.io/github/JuliaIO/CodecZstd.jl/coverage.svg?branch=master -[codecov-url]: http://codecov.io/github/JuliaIO/CodecZstd.jl?branch=master