File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
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 )
1
2
[ ![ npm Version] ( https://badgen.net/npm/v/@coders-tm/vue-number-format?color=green )] ( https://www.npmjs.com/package/@coders-tm/vue-number-format )
2
3
[ ![ npm Downloads] ( https://badgen.net/npm/dt/@coders-tm/vue-number-format?color=green )] ( https://www.npmjs.com/package/@coders-tm/vue-number-format )
3
4
[ ![ Bundlephobia] ( https://badgen.net/bundlephobia/minzip/@coders-tm/vue-number-format?color=green )] ( https://bundlephobia.com/result?p=@coders-tm/vue-number-format )
Original file line number Diff line number Diff line change
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
+ # ----------------------
1
9
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
You can’t perform that action at this time.
0 commit comments