summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-23 11:38:19 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-23 11:38:19 +0200
commitec3486516887a30f99c689da16f04fc2955d5881 (patch)
tree558c07ffcb5a89260b6b7e8898e8f14fcab09307 /tox.ini
parent62fef9d9e6e7e17703f50cbf8d1a2c8e0ebcdbae (diff)
downloadqutebrowser-ec3486516887a30f99c689da16f04fc2955d5881.tar.gz
qutebrowser-ec3486516887a30f99c689da16f04fc2955d5881.zip
Move master branch references to main
Closes #7097
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 74eb5213a..8e8a87287 100644
--- a/tox.ini
+++ b/tox.ini
@@ -250,7 +250,7 @@ deps = {[testenv:mypy-pyqt6]deps}
setenv = {[testenv:mypy-pyqt6]setenv}
commands =
{envpython} -m mypy --cobertura-xml-report {envtmpdir} {env:QUTE_CONSTANTS_ARGS} qutebrowser tests {posargs}
- {envdir}/bin/diff-cover --fail-under=100 --compare-branch={env:DIFF_BRANCH:origin/{env:GITHUB_BASE_REF:master}} {envtmpdir}/cobertura.xml
+ {envdir}/bin/diff-cover --fail-under=100 --compare-branch={env:DIFF_BRANCH:origin/{env:GITHUB_BASE_REF:main}} {envtmpdir}/cobertura.xml
[testenv:sphinx]
basepython = {env:PYTHON:python3}