From 9cd075ef0b8ead2d8c2a230ab407e59406e4f819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 4 Oct 2021 14:19:23 +0100 Subject: Fix the coverage file and bump flake8 plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .pre-commit-config.yaml | 2 +- codecov.yml | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a8b0f9..a6bd76d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,4 +47,4 @@ repos: rev: "3.9.2" hooks: - id: flake8 - additional_dependencies: ["flake8-bugbear == 21.4.3"] + additional_dependencies: ["flake8-bugbear == 21.9.2"] diff --git a/codecov.yml b/codecov.yml index f2bf9cc..c0216da 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,4 @@ coverage: - wait_for_ci: yes status: patch: default: @@ -7,15 +6,6 @@ coverage: comment: false # do not comment PR with the result -coverage: - precision: 3 - round: down - range: 80..90 - status: - project: no - patch: no - changes: no - ignore: - "src/virtualenv/create/via_global_ref/builtin/python2/site.py" - "src/virtualenv/create/via_global_ref/_virtualenv.py" -- cgit v1.2.1