-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Physmon comment report pipes through summary #2342
ci: Physmon comment report pipes through summary #2342
Conversation
The inline image display has not really worked unfortunately, so this PR changes the comment to be largely consisting of the summary markdown output from the physmon job itself.
3f8d292
to
c35db58
Compare
📊 Physics performance monitoring for 8180dc4Summary VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
Codecov Report
@@ Coverage Diff @@
## main #2342 +/- ##
=======================================
Coverage 49.65% 49.65%
=======================================
Files 453 453
Lines 25534 25534
Branches 11708 11708
=======================================
Hits 12679 12679
Misses 4574 4574
Partials 8281 8281 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This PR changes the physmon report CI job to basically pipe through the
summary.md
that we create inside the physmon job to the comment. This should be more robust than what we had before.Blocked by