chore(codecov): Only use codecov diff coverage (#276)

* chore(codecov): Only use codecov diff coverage
* Add .ts to files run through prettier on pre-commit
This commit is contained in:
Tim Griesser 2019-10-20 15:21:54 -04:00 committed by GitHub
parent e0c5f5458a
commit 23934b5c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

9
codecov.yml Normal file
View File

@ -0,0 +1,9 @@
comment:
layout: "diff"
coverage:
status:
project: off
patch:
default:
target: 100

View File

@ -69,7 +69,7 @@
}
},
"lint-staged": {
"*.{js,json,css,md}": [
"*.{ts,js,json,css,md}": [
"prettier --write",
"git add"
]