Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beeware/toga
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c05ea25837f554147e8ad276c9bc95e030f710b
Choose a base ref
..
head repository: beeware/toga
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c9677d22e20f407f24828b5bb605b9fe86afbdfa
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tox.ini
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -60,8 +60,8 @@ setenv =
fail: REPORT_FAIL_COND = --fail-under=100
CORE_RCFILE = --rcfile {tox_root}{/}core{/}pyproject.toml
PROJECT_RCFILE = --rcfile {tox_root}{/}pyproject.toml
commands_pre = python --version
commands =
python --version
-python -m coverage combine {env:CORE_RCFILE} {env:COMBINE_KEEP}
html: python -m coverage html {env:PROJECT_RCFILE} --skip-covered --skip-empty
python -m coverage report {env:PROJECT_RCFILE} {env:REPORT_FAIL_COND}