File tree Expand file tree Collapse file tree 8 files changed +15
-1
lines changed
Expand file tree Collapse file tree 8 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ envlist = py3
44[testenv]
55deps =-r{toxinidir}/requirements.txt
66 -r{toxinidir}/test-requirements.txt
7-
7+ setenv =
8+ COVERAGE_CORE =sysmon
89commands =
910 pytest --cov =gooddata_api_client
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ package = wheel
88wheel_build_env = .pkg
99dependency_groups =
1010 test
11+ setenv =
12+ COVERAGE_CORE =sysmon
1113commands =
1214 pytest -v --cov =src/gooddata_dbt --cov-report =xml tests {posargs}
1315
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ package = wheel
88wheel_build_env = .pkg
99dependency_groups =
1010 test
11+ setenv =
12+ COVERAGE_CORE =sysmon
1113commands =
1214 pytest -v --cov =src/gooddata_fdw --cov-report =xml tests {posargs}
1315
Original file line number Diff line number Diff line change 1212 -e../tests-support
1313setenv =
1414 PYTHONDONTWRITEBYTECODE =1
15+ COVERAGE_CORE =sysmon
1516commands =
1617 uv pip install --group test
1718 pytest -v --cov =src/gooddata_flexconnect --cov-report =xml tests {posargs}
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ package = wheel
88wheel_build_env = .pkg
99dependency_groups =
1010 test
11+ setenv =
12+ COVERAGE_CORE =sysmon
1113commands =
1214 pytest -v --cov =src/gooddata_flight_server --cov-report =xml tests {posargs}
1315
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ package = wheel
88wheel_build_env = .pkg
99dependency_groups =
1010 test
11+ setenv =
12+ COVERAGE_CORE =sysmon
1113commands =
1214 pytest -v --cov =src/gooddata_pandas --cov-report =xml tests {posargs}
1315
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ package = wheel
88wheel_build_env = .pkg
99dependency_groups =
1010 test
11+ setenv =
12+ COVERAGE_CORE =sysmon
1113commands =
1214 pytest -v --cov =src/gooddata_pipelines --cov-report =xml tests {posargs}
1315
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ package = wheel
88wheel_build_env = .pkg
99dependency_groups =
1010 test
11+ setenv =
12+ COVERAGE_CORE =sysmon
1113commands =
1214 pytest -v --cov =src/gooddata_sdk --cov-report =xml tests {posargs}
1315
You can’t perform that action at this time.
0 commit comments