Skip to content

Commit d120e73

Browse files
author
cookiecutter-e3
committed
Restore COVERAGE_CORE management in tox.ini
Some of this management was removed at the same time as we removed Gitlab CI testing for some versions of Python. However, the Github CI is retained for testing older versions of Python and needs this management. In order to have a functional Github CI, this commit restores the management of this variable, removed by it/cookiecutter-e3!76. Part of eng/shared/anod#553 See merge request it/cookiecutter-e3!78 of the template
1 parent 13bb4bd commit d120e73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ setenv =
1818
# Set COVERAGE_CORE only for Python >= 3.12
1919
COVERAGE_CORE=sysmon
2020
py311: COVERAGE_CORE=
21+
py310: COVERAGE_CORE=
22+
py39: COVERAGE_CORE=
2123

2224
# Run testsuite with coverage when '-cov' and with multi-threading when '-xdist'
2325
# is in the env name

0 commit comments

Comments
 (0)