From 5e951b2be9c7bc14b181f7bbce34f79f3405e52d Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 7 Sep 2023 22:12:23 +0200 Subject: [PATCH] Remove codecov.io setup (#10266) As we currently don't run the coverage in CI and don't upload to codecov.io remove the config to clean up the repo root. --- README.md | 1 - codecov.yml | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 codecov.yml diff --git a/README.md b/README.md index 9eb4f59f80..be8fb6cc5a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![@nu_shell](https://img.shields.io/badge/twitter-@nu_shell-1DA1F3?style=flat-square)](https://twitter.com/nu_shell) [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/nushell/nushell)](https://github.com/nushell/nushell/graphs/commit-activity) [![GitHub contributors](https://img.shields.io/github/contributors/nushell/nushell)](https://github.com/nushell/nushell/graphs/contributors) -[![codecov](https://codecov.io/gh/nushell/nushell/branch/main/graph/badge.svg?token=JheS8qu2II)](https://codecov.io/gh/nushell/nushell) A new type of shell. diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index fb4d7da234..0000000000 --- a/codecov.yml +++ /dev/null @@ -1,17 +0,0 @@ -coverage: - status: - project: - default: - target: 55% - threshold: 2% - patch: - default: - informational: true - -comment: - layout: reach, diff, files - behavior: default - require_base: yes - require_head: yes - after_n_builds: 1 # Disabled windows else: 2 -