From 816e9b0b49efb7d008dd19e16f0cb513891eb202 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Thu, 9 Sep 2021 14:04:56 -0400 Subject: [PATCH] ci: drop codecov bot (#6917) --- .github/codecov.yml | 27 --------------------------- .github/workflows/coverage.yml | 4 ---- 2 files changed, 31 deletions(-) delete mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index ca879ab64..000000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,27 +0,0 @@ -coverage: - precision: 2 - round: down - range: "70...100" - status: - project: - default: - threshold: 1% - patch: on - changes: off - -github_checks: - annotations: false - -comment: - layout: "diff, files" - behavior: default - require_changes: no - require_base: no - require_head: yes - -ignore: - - "docs" - - "DOCKER" - - "scripts" - - "**/*.pb.go" - - "libs/pubsub/query/query.peg.go" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d312b4f8..ccbcfb220 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -121,7 +121,3 @@ jobs: - run: | cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt if: env.GIT_DIFF - - uses: codecov/codecov-action@v2.0.3 - with: - file: ./coverage.txt - if: env.GIT_DIFF