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

This commit is contained in:
ReenigneArcher 2025-05-03 14:22:13 -04:00 committed by GitHub
commit a70cf5e12e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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