From 07c87c2e0b0257de09fd86b1b367ad61621cd4be Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Thu, 29 Apr 2021 16:17:40 -0700 Subject: [PATCH] remove codecov --- .codecov.yml | 3 --- .travis.yml | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 9d85a301aa..0000000000 --- a/.codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -codecov: - branch: dev - # strict_yaml_branch: master # Enable this if we want to use the yml file in master to dictate the reports for all branches \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 4ac66d6c6f..c8d2407f4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: java jdk: - openjdk8 -after_success: -- bash <(curl -s https://codecov.io/bash) install: "./installViaTravis.sh" script: "./buildViaTravis.sh" git: