Skip to content

Commit d178fbf

Browse files
committed
Add codecov config
Mainly to prevent codecov from commenting on PR's, which is very frustrating.
1 parent ee9b796 commit d178fbf

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ root = true
33
[*.js]
44
indent_style=tab
55
trim_trailing_whitespace=true
6+
7+
[*.yml,package.json]
8+
indent_style = space
9+
indent_size = 2

codecov.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
codecov:
2+
branch: master
3+
coverage:
4+
precision: 2
5+
round: down
6+
range: "70...100"
7+
status:
8+
project:
9+
default:
10+
target: auto
11+
patch:
12+
default:
13+
target: auto
14+
changes:
15+
default:
16+
branches: null
17+
comment: off

0 commit comments

Comments
 (0)