ci(codecov): add test analytics (#3841)

This commit is contained in:
ReenigneArcher
2025-05-03 14:22:13 -04:00
committed by GitHub
parent 8ef838bada
commit a70cf5e12e
2 changed files with 59 additions and 15 deletions

View File

@@ -351,6 +351,7 @@ index 5b3638d..aca9481 100644
system bin/"sunshine", "--version"
# run the test suite
system bin/"test_sunshine", "--gtest_color=yes"
system bin/"test_sunshine", "--gtest_color=yes", "--gtest_output=xml:test_results.xml"
assert_path_exists testpath/"test_results.xml"
end
end