diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 5aa3cc836..000000000 --- a/.codecov.yml +++ /dev/null @@ -1,8 +0,0 @@ -codecov: - require_ci_to_pass: yes - comment: - layout: "reach, diff, flags, files" - behavior: default - require_changes: false - branches: - - "main" diff --git a/.travis.yml b/.travis.yml index dc12ad378..ec6702fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ scripts: - yarn run build after_success: - - codecov -f coverage/*.json \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file