From 1a0c0dc277ec2c36b63022c813e4c64604219fba Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 18 Nov 2019 20:56:11 +0100 Subject: [PATCH] Remove codecov.io While it was a nice idea, some tests like the backend integration tests required credentials which were not available to third-party PRs. This lead to a lot of uncovered code which confused people. So let's disable codecov.io for now. --- .travis.yml | 3 --- README.rst | 2 -- 2 files changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48b910129..72091be63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,3 @@ install: script: - go run run_integration_tests.go - -after_success: - - test -r all.cov && bash <(curl -s https://codecov.io/bash) -f all.cov diff --git a/README.rst b/README.rst index 76110ea36..3dede3629 100644 --- a/README.rst +++ b/README.rst @@ -129,8 +129,6 @@ Storage are sponsored by `AppsCode `__! :target: https://goreportcard.com/report/github.com/restic/restic .. |Say Thanks| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg :target: https://saythanks.io/to/restic -.. |TestCoverage| image:: https://codecov.io/gh/restic/restic/branch/master/graph/badge.svg - :target: https://codecov.io/gh/restic/restic .. |AppsCode| image:: https://cdn.appscode.com/images/logo/appscode/ac-logo-color.png :target: https://appscode.com .. |Reviewed by Hound| image:: https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg