Merge pull request #2708 from JCount/codecov-move-path

.codecov.yml: move root so files are tracked
This commit is contained in:
Markus Reiter 2017-06-08 14:42:47 +02:00 committed by GitHub
commit e287c83d8b
2 changed files with 5 additions and 7 deletions

1
.gitignore vendored
View File

@ -52,6 +52,7 @@
# Unignore our root-level metadata files. # Unignore our root-level metadata files.
!/.gitignore !/.gitignore
!/.travis.yml !/.travis.yml
!/.codecov.yml
!/.yardopts !/.yardopts
!/CODEOFCONDUCT.md !/CODEOFCONDUCT.md
!/CONTRIBUTING.md !/CONTRIBUTING.md

View File

@ -1,7 +1,4 @@
comment: false comment: off
coverage:
fixes: fixes:
- "::Library/Homebrew/" - "::Library/Homebrew/"
parsers:
v1:
include_full_missed_files: yes