/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build_tools/github/combine_coverage_reports.sh
18 строк
405 B
Loïc Estève
CI Clean-up after Azure -> GHA move (#33403)
02 мар 2026, 16:43
Не верифицирован
02 мар 2026, 16:43
c492f2f
Код
Авторство
О чём код?
#!/bin/bash set -e # Defines the show_installed_libraries and activate_environment functions. source build_tools/shared.sh activate_environment # Combine all coverage files generated by subprocesses workers such # as pytest-xdist and joblib/loky: pushd $TEST_DIR coverage combine --append coverage xml popd # Copy the combined coverage file to the root of the repository: cp $TEST_DIR/coverage.xml .