From f2eefb4e7afd6b384386a1fe2493624263e258df Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 8 Feb 2020 13:26:21 -0500 Subject: [PATCH] codecov: remove notifications until we can address false reporting I don't think we're quite ready for codecov reporting on every PR. The initial report seems to work fine, but there are various issues that result in bogus reporting when additional commits are added or after a rebase. --- codecov.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 24008488b1..0000000000 --- a/codecov.yml +++ /dev/null @@ -1,32 +0,0 @@ -codecov: - require_ci_to_pass: yes - notify: - after_n_builds: 5 - wait_for_ci: yes - -coverage: - status: - project: - default: - target: auto - threshold: 5% - base: auto - only_pulls: true - -parsers: - gcov: - branch_detection: - conditional: yes - loop: yes - method: no - macro: no - -comment: - layout: "reach,diff,flags,tree" - behavior: default - require_changes: yes - -ignore: - - "src/examples" - - "src/modules/attitude_estimator_q" - - "src/modules/local_position_estimator"