ascopes / java-compiler-testing

Write sandboxed integration tests for Java annotation processors and plugins.
https://ascopes.github.io/java-compiler-testing/
Apache License 2.0
13 stars 10 forks source link

Enforce minimum coverage for unit tests and integration tests #369

Open ascopes opened 1 year ago

ascopes commented 1 year ago

Once coverage is close to 100%, add configuration to JaCoCo to enforce that unit test coverage and integration test coverage is at a minimum threshold.

These checks should be independent, i.e. unit tests alone must have a certain coverage level, and integration tests alone must also have a certain coverage level.

ascopes commented 1 year ago

be53bad2f661f726d48b08c599965192cce5b29a used the wrong PR in the close command, reopening...