diff --git a/.codecov.yml b/.codecov.yml index 16577fe9e..eb38c5c5d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -12,14 +12,6 @@ coverage: patch: yes changes: no -parsers: - gcov: - branch_detection: - conditional: yes - loop: yes - method: no - macro: no - comment: layout: "header, diff, changes, sunburst, uncovered" behavior: default diff --git a/.travis.yml b/.travis.yml index 987b44c67..36fa82c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,4 @@ after_failure: - cat ../../data/nextcloud.log after_success: - - cd build && bash <(curl -s https://codecov.io/bash) -t 49bdd1ee-6ef5-47b9-b80f-825b51515ce9 + - cd build && bash <(curl -s https://codecov.io/bash) -t 49bdd1ee-6ef5-47b9-b80f-825b51515ce9 -x fix