From e681669c708fe9fc3ac5947fe79fc3988c96d86b Mon Sep 17 00:00:00 2001 From: Sylvia Moss Date: Thu, 22 Apr 2021 16:58:43 +0200 Subject: [PATCH] Remove codecov config file (#10969) --- .codecov.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 7a5e9710a..000000000 --- a/.codecov.yml +++ /dev/null @@ -1,18 +0,0 @@ -comment: - layout: "flags, files" - behavior: default - require_changes: true # only comment on changes in coverage - require_base: yes # [yes :: must have a base report to post] - require_head: yes # [yes :: must have a head report to post] - after_n_builds: 3 # wait for all OS test coverage builds to post comment - branches: # branch names that can post comment - - "master" - -coverage: - status: - project: off - patch: off - -ignore: # ignore hcl2spec generated code for coverage and mocks - - "**/*.hcl2spec.go" - - "**/*_mock.go" \ No newline at end of file