summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-11-14 08:18:14 -0800
committerAnthony Sottile <asottile@umich.edu>2021-11-14 08:18:14 -0800
commit5319cf9f35c4977075f40262af2751d58c96b3d4 (patch)
tree00fa8c725d8605cf8d2396a7c1de6ef77422f129
parent382cc91040d2aa7523d808c03c678ae9f6b68482 (diff)
downloadflake8-5319cf9f35c4977075f40262af2751d58c96b3d4.tar.gz
delete unused codecov.yml
-rw-r--r--codecov.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/codecov.yml b/codecov.yml
deleted file mode 100644
index 475c4c5..0000000
--- a/codecov.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-codecov:
- branch: main
- bot: null
-
-coverage:
- precision: 2
- round: down
- range: "60...100"
-
- notify:
- irc:
- default:
- server: chat.freenode.net
- channel: '##python-code-quality'
- branches: main
- threshold: 2
- message: null
-
- status:
- project:
- default:
- target: auto
- threshold: null
- branches: null
-
- patch:
- default:
- target: auto
- branches: null
-
- changes:
- default:
- branches: null
-
- ignore: null
- fixes:
- - .tox
-
-comment:
- layout: "header, diff, changes, sunburst, uncovered, tree"
- branches: null
- behavior: default