Replies: 1 comment
-
Converting this issue into a discussion, I think it's worth opening the topic. First, about the people who may have an interest in Conformance Index and Conformance Score. I think we're targeting here at least 3 different personas:
As a consequence, I think measuring the Conformance Index and using it as a blocking metric during development is way too late. This measure is not tied to the implementing technology: it's just artifact analysis. Moreover, ideally, this should be done upfront of the development—maybe in a quality gate when designers push their artifacts on a Git repo. As for the Conformance Score, I'm not sure developers should focus on this but better stick with the raw coverage metric as you're doing with Recently, someone highlighted the integration of those metrics into a solution like SonarQube (see this discussion on Discord). I think it would make sense, as in this case, the Conformance Index and Score are kept as high-level metrics that may be shared among the project stakeholders. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Reason/Context
Actually we are using ``maven
to build our (
quarkus`) projects and use `jacoco` plugin to make the build fail if the coverage falls below a given rate :I would love to get a
microcks
plugin that would do the same kind of stuff ie. force a minimal Conformance Index, for example toB
orA
:Description
Deliver a maven plugin that forces a minimal conformance index that will cause the build to fail when not compliant
Implementation ideas
No idea 😅
Beta Was this translation helpful? Give feedback.
All reactions