Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.codecov.yml: move root so files are tracked #2708

Merged
merged 2 commits into from
Jun 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
# Unignore our root-level metadata files.
!/.gitignore
!/.travis.yml
!/.codecov.yml
!/.yardopts
!/CODEOFCONDUCT.md
!/CONTRIBUTING.md
Expand Down
11 changes: 4 additions & 7 deletions Library/Homebrew/test/.codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
comment: false
coverage:
fixes:
- "::Library/Homebrew/"
parsers:
v1:
include_full_missed_files: yes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not need/want this any more?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That appears to only apply to v1.0 of Codecov, and the current version is 4.3.6.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It says in the docs that this is deprecated. Not sure if this was fixed in some way.

comment: off

fixes:
- "::Library/Homebrew/"