Skip to content

Code coverage for zms prevents success in build #3116

@frumioj

Description

@frumioj

I did a fresh checkout this morning and tried to build.

I got

[WARNING] Rule violated for bundle athenz-zms-server: lines covered ratio is 0.9744, but expected minimum is 0.9745

which I fixed by editing servers/zms/pom.xml, changing 0.9745 to 0.97, as shown below:

  <properties>
    <code.coverage.min>0.97</code.coverage.min>
  </properties>

I expect you'd probably want to ensure your code coverage is improved back above 0.9745 instead of taking my fix!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions