File tree Expand file tree Collapse file tree 7 files changed +13
-0
lines changed
Expand file tree Collapse file tree 7 files changed +13
-0
lines changed 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