diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-07-23 11:38:19 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-07-23 11:38:19 +0200 |
commit | ec3486516887a30f99c689da16f04fc2955d5881 (patch) | |
tree | 558c07ffcb5a89260b6b7e8898e8f14fcab09307 /tox.ini | |
parent | 62fef9d9e6e7e17703f50cbf8d1a2c8e0ebcdbae (diff) | |
download | qutebrowser-ec3486516887a30f99c689da16f04fc2955d5881.tar.gz qutebrowser-ec3486516887a30f99c689da16f04fc2955d5881.zip |
Move master branch references to main
Closes #7097
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |