diff --git a/.github/codecov.yml b/.github/codecov.yml index 526a5a9..abdfc14 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,7 +1,6 @@ # ref: https://docs.codecov.com/docs/codecovyml-reference coverage: - # Hold ourselves to a high bar - range: 85..100 + range: 75..100 round: down precision: 1 status: diff --git a/README.md b/README.md index 308b2cf..9be8b91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Graphile Worker RS +[![Codecov](https://codecov.io/github/leo91000/graphile_worker_rs/coverage.svg?branch=main)](https://codecov.io/gh/leo91000/graphile_worker_rs) +[![Crates.io](https://img.shields.io/crates/v/graphile-worker.svg)](https://crates.io/crates/graphile-worker) +[![Documentation](https://docs.rs/graphile-worker/badge.svg)](https://docs.rs/graphile-worker/) + **NOT PRODUCTION READY** Rewrite of [Graphile Worker](https://github.com/graphile/worker) in Rust. If you like this library go sponsor [Benjie](https://github.com/benjie) project, all research has been done by him, this library is only a rewrite in Rust 🦀.