Skip to content

Commit

Permalink
Fix codecov badge in README.md (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Sep 8, 2024
1 parent a1fe6df commit bcebbb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

0 comments on commit bcebbb0

Please sign in to comment.