We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9b796 commit d178fbfCopy full SHA for d178fbf
.editorconfig
@@ -3,3 +3,7 @@ root = true
3
[*.js]
4
indent_style=tab
5
trim_trailing_whitespace=true
6
+
7
+[*.yml,package.json]
8
+indent_style = space
9
+indent_size = 2
codecov.yml
@@ -0,0 +1,17 @@
1
+codecov:
2
+ branch: master
+coverage:
+ precision: 2
+ round: down
+ range: "70...100"
+ status:
+ project:
+ default:
10
+ target: auto
11
+ patch:
12
13
14
+ changes:
15
16
+ branches: null
17
+comment: off
0 commit comments