Add codecov badge.

This commit is contained in:
Viktor Kovacs 2021-04-02 12:39:13 +02:00
parent f76408ae1c
commit ab26b0508b
2 changed files with 5 additions and 0 deletions

View File

@ -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

4
codecov.yml Normal file
View File

@ -0,0 +1,4 @@
coverage:
range: 50..80
round: down
precision: 0