David Cramer
7 years ago
1 changed files with
9 additions and
6 deletions
-
9
6
codecov.yml
|
@@ -1,14 +1,17 @@
|
|
|
coverage:
|
|
|
status:
|
|
|
project:
|
|
|
- default:
|
|
|
- target: 0%
|
|
|
+ default: false
|
|
|
patch:
|
|
|
- default:
|
|
|
- target: 0%
|
|
|
+ default: false
|
|
|
+ python:
|
|
|
+ paths:
|
|
|
+ - "src/sentry"
|
|
|
+ target: 90%
|
|
|
ignore:
|
|
|
- src/sentry/lint/.*
|
|
|
- src/.*?/migrations/.*
|
|
|
- src/.*?/south_migrations/.*
|
|
|
-
|
|
|
-comment: false
|
|
|
+comment:
|
|
|
+ layout: "diff, files"
|
|
|
+ behavior: default
|