chore: remove coverage badge

This commit is contained in:
Aleksey Kulikov 2023-02-02 16:20:28 +03:00
parent 7c6060b02c
commit e1ca7e81a2
3 changed files with 1 additions and 24 deletions

View file

@ -1,7 +1,5 @@
# libgit2dart
![Coverage](coverage_badge.svg)
**Dart bindings to libgit2**
libgit2dart package provides ability to use [libgit2](https://github.com/libgit2/libgit2) in Dart/Flutter.
@ -705,7 +703,6 @@ To run all tests and generate coverage report make sure to have activated packag
```sh
$ dart pub global activate coverage
$ dart pub global activate flutter_coverage_badge
```
And run: