Skip to content

Commit

Permalink
Fix the coverage file and bump flake8 plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Oct 4, 2021
1 parent aff448e commit 9cd075e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
10 changes: 0 additions & 10 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
coverage:
wait_for_ci: yes
status:
patch:
default:
informational: true

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"
Expand Down

0 comments on commit 9cd075e

Please sign in to comment.