diff options
| author | JCount | 2017-05-31 20:36:25 -0400 | 
|---|---|---|
| committer | JCount | 2017-06-01 10:52:03 -0400 | 
| commit | 88964adf1988aa96903a69e7ca2e880ae7018e01 (patch) | |
| tree | d1680e7be818c4755641fb2bafdceff467c7cd75 | |
| parent | f9e8d8430154e3480d5255e35b802a46f9168b5a (diff) | |
| download | brew-88964adf1988aa96903a69e7ca2e880ae7018e01.tar.bz2 | |
Move `.codecov.yml` to root.
also, unignore it.
| -rw-r--r-- | .codecov.yml | 4 | ||||
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Library/Homebrew/test/.codecov.yml | 7 | 
3 files changed, 5 insertions, 7 deletions
| diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..9c75dfe6a --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,4 @@ +comment: off + +fixes: +  - "::Library/Homebrew/" diff --git a/.gitignore b/.gitignore index f7770612e..1caac69c0 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@  # Unignore our root-level metadata files.  !/.gitignore  !/.travis.yml +!/.codecov.yml  !/.yardopts  !/CODEOFCONDUCT.md  !/CONTRIBUTING.md diff --git a/Library/Homebrew/test/.codecov.yml b/Library/Homebrew/test/.codecov.yml deleted file mode 100644 index c53d9f9dd..000000000 --- a/Library/Homebrew/test/.codecov.yml +++ /dev/null @@ -1,7 +0,0 @@ -comment: false -coverage: -  fixes: -    - "::Library/Homebrew/" -  parsers: -    v1: -      include_full_missed_files: yes | 
