From c47372ab5471d6ce5aa7b9619bb5ab916ce55160 Mon Sep 17 00:00:00 2001 From: Nicolas Bigaouette Date: Mon, 10 Aug 2020 00:09:56 -0400 Subject: [PATCH] Add codecov badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4143e140..a0411e2d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [crates.io](https://crates.io/crates/onnxruntime) [docs.rs](https://docs.rs/onnxruntime) [build status](https://github.com/nbigaouette/onnxruntime/actions?query=branch%3Amaster) +[![codecov](https://codecov.io/gh/nbigaouette/onnxruntime-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/nbigaouette/onnxruntime-rs) This is an attempt at a Rust wrapper for [Microsoft's ONNX Runtime](https://github.com/microsoft/onnxruntime) (version 1.3).