Webhook integration for down stream Platform maturity scoring aggregators #446
humblelistener
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code coverage is an important aspect to measure the maturity of a given system. Platform engineering organisation drive such metrics across the organisation by consolidating the information in to a Central Internal Developer portal where the services are catalogued and scored to various organisation standards.
For example: If Code coverage is leveraged, a maturity model can be,
a. Service is a gold mealist - if the code coverage is more than 70%
b. Service is a silver medalist - if the code coverage is more than 50%
c. service is a bronze - if the code coverage is below 50% of doesn't exist.
Existing Internal Developer Portal products allow such maturity model to build and leveraged for Platform engineering organisations. Some of the known IDP's are Cortex, GetPort, OpsLevel, Configure8 -- There is one from Atlassian recently too.
The simplest model through which point metric systems such as CodeCoverage can enable these IDP's to generate a maturity model would be to support WebHook integration.
Through a Webhook if code coverage a send a payload everytime a coverage job runs , these IDP downstream can use them to model the scoring on their end.
I understand, CodeCov previous supported such a webhook integration, but doesn't seem to be a supported feature or have documentation that suggest that.
It will be great to see that documentation and support provided again to facilitate such a use case.
Between, I represent PageUp, I am one of CodeCov's paid customers.
Internal Zendesk ticket
I can spot the code here - but not enough documentation or confidence in its behaviour.
Open to have a conversation if required.
Beta Was this translation helpful? Give feedback.
All reactions