diff --git a/README.md b/README.md index 32e165ad564e..eedab7dbc63a 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 fb4d7da23445..000000000000 --- 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 -