From ab26b0508b48232b1f6182f403c916a8f2ab9834 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Fri, 2 Apr 2021 12:39:13 +0200 Subject: [PATCH] Add codecov badge. --- README.md | 1 + codecov.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/README.md b/README.md index 9306dfa..62564f7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This repository contains the source code of the https://3dviewer.net website. Th [![Build status](https://ci.appveyor.com/api/projects/status/exypq43a8kjby5n0?svg=true)](https://ci.appveyor.com/project/kovacsv/online3dviewer) [![Build Status](https://travis-ci.com/kovacsv/Online3DViewer.svg?branch=master)](https://travis-ci.com/kovacsv/Online3DViewer) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/kovacsv/Online3DViewer.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kovacsv/Online3DViewer/context:javascript) +[![codecov](https://codecov.io/gh/kovacsv/Online3DViewer/branch/master/graph/badge.svg?token=xD8Kek6gQz)](https://codecov.io/gh/kovacsv/Online3DViewer) ## Documentation diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c31f84a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +coverage: + range: 50..80 + round: down + precision: 0