mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
commit
08a330730e
4 changed files with 6 additions and 6 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -2,7 +2,7 @@ name: main
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
tags:
|
tags:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
:target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain
|
:target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain
|
||||||
:alt: build status
|
:alt: build status
|
||||||
|
|
||||||
.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/master.svg
|
.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/main.svg
|
||||||
:target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/master
|
:target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/main
|
||||||
:alt: pre-commit.ci status
|
:alt: pre-commit.ci status
|
||||||
|
|
||||||
========
|
========
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
codecov:
|
codecov:
|
||||||
branch: master
|
branch: main
|
||||||
bot: null
|
bot: null
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
|
@ -12,7 +12,7 @@ coverage:
|
||||||
default:
|
default:
|
||||||
server: chat.freenode.net
|
server: chat.freenode.net
|
||||||
channel: '##python-code-quality'
|
channel: '##python-code-quality'
|
||||||
branches: master
|
branches: main
|
||||||
threshold: 2
|
threshold: 2
|
||||||
message: null
|
message: null
|
||||||
|
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -13,7 +13,7 @@ commands =
|
||||||
# ensure 100% coverage of tests
|
# ensure 100% coverage of tests
|
||||||
coverage report --fail-under 100 --include tests/*
|
coverage report --fail-under 100 --include tests/*
|
||||||
|
|
||||||
# Dogfood our current master version
|
# Dogfood our current main version
|
||||||
[testenv:dogfood]
|
[testenv:dogfood]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue