[glib/wip/ebassi/test-report] .gitlab-ci/test-msvc.bat: Generate cover report for tests
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/ebassi/test-report] .gitlab-ci/test-msvc.bat: Generate cover report for tests
- Date: Mon, 8 Apr 2019 06:08:46 +0000 (UTC)
commit b1e6e7fb1807bd18907b901d5e72c9ab7c1f90e2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Apr 8 14:06:22 2019 +0800
.gitlab-ci/test-msvc.bat: Generate cover report for tests
...for Visual Studio builds in the CI.
.gitlab-ci/test-msvc.bat | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index e5f807387..b2de2baf4 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -14,6 +14,11 @@ meson test -C _build --timeout-multiplier %MESON_TEST_TIMEOUT_MULTIPLIER% --no-s
:: FIXME: can we get code coverage support?
+
+python "%CD%\.gitlab-ci\meson-junit-report.py" --project-name glib ^
+--job-id "%CI_JOB_NAME%" --output "%CD%/_build/%CI_JOB_NAME%-report.xml" ^
+"%CD%/_build/meson-logs/testlog.json"
+
goto :EOF
:error
exit /b 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]