Browse Source
[codecov] ignore docs, scripts and DOCKER dirs
pull/1378/head
Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
5 additions and
0 deletions
-
codecov.yml
|
|
@ -16,3 +16,8 @@ comment: |
|
|
|
require_changes: no |
|
|
|
require_base: no |
|
|
|
require_head: yes |
|
|
|
|
|
|
|
ignore: |
|
|
|
- "docs" |
|
|
|
- "DOCKER" |
|
|
|
- "scripts" |