Skip to content

Commit 1e66346

Browse files
author
Dipak Sarkar
committed
updated readme
1 parent 7b737e8 commit 1e66346

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![codecov](https://codecov.io/gh/coders-tm/vue-number-format/branch/master/graph/badge.svg?token=OML1CQSPLA)](https://codecov.io/gh/coders-tm/vue-number-format)
12
[![npm Version](https://badgen.net/npm/v/@coders-tm/vue-number-format?color=green)](https://www.npmjs.com/package/@coders-tm/vue-number-format)
23
[![npm Downloads](https://badgen.net/npm/dt/@coders-tm/vue-number-format?color=green)](https://www.npmjs.com/package/@coders-tm/vue-number-format)
34
[![Bundlephobia](https://badgen.net/bundlephobia/minzip/@coders-tm/vue-number-format?color=green)](https://bundlephobia.com/result?p=@coders-tm/vue-number-format)

codecov.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
# For more configuration details:
2+
# https://docs.codecov.io/docs/codecov-yaml
3+
4+
# Check if this file is valid by running in bash:
5+
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate
6+
7+
# Coverage configuration
8+
# ----------------------
19
coverage:
2-
range: 70..100
3-
round: down
4-
precision: 2
10+
status:
11+
patch: false
12+
13+
range: 70..90 # First number represents red, and second represents green
14+
# (default is 70..100)
15+
round: down # up, down, or nearest
16+
precision: 2 # Number of decimal places, between 0 and 5

0 commit comments

Comments
 (0)