From 904f87f02e37ae013ddbb47450894c500407eec8 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 10 Jun 2020 00:06:05 -0400 Subject: [PATCH] Move codecov.yml to .github. Then removing the `-y` argument to the script fixes a deprecation warning from it. --- {ci => .github}/codecov.yml | 0 .travis.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {ci => .github}/codecov.yml (100%) diff --git a/ci/codecov.yml b/.github/codecov.yml similarity index 100% rename from ci/codecov.yml rename to .github/codecov.yml diff --git a/.travis.yml b/.travis.yml index 4329aab7c58f..acb5b887340a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -210,4 +210,4 @@ after_success: - lcov --remove coverage.info --output-file coverage.info '/usr/*' '/home/travis/build/matplotlib/matplotlib/build/*' '/home/travis/build/matplotlib/matplotlib/extern/*' # filter system-files - lcov --list coverage.info # Uploading to CodeCov but excluding gcov reports - - bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov -e TRAVIS_PYTHON_VERSION|| echo "Codecov did not collect coverage reports" + - bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov -e TRAVIS_PYTHON_VERSION || echo "Codecov did not collect coverage reports" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy