Conversation
|
Images are ready for the commit at 0f60189. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19508 +/- ##
=======================================
Coverage 49.26% 49.26%
=======================================
Files 2726 2726
Lines 205625 205625
=======================================
+ Hits 101302 101305 +3
+ Misses 96784 96781 -3
Partials 7539 7539
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@janisz: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
We are using phony version of replaced modules and that causes stackrox-mcp that depends on stackrox to have same replacement as well. If we use normal versions then we don't need this.
https://github.com/stackrox/stackrox-mcp/blob/7cb69891cec7d6882eadba84192d1faeed1991db/go.mod#L47-L54
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!