Has any one tried configuring JaCoCo to dump the coverage of unit and integration tests in 2 different files, for SONAR to use them, using ANT build?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
The following example shows how to integrate jacoco and sonar in an ANT build:
The github samples site gives a Java runner example of how both unit test and integration tests are integrated:
Should be possible to adapt this. The relevant Sonar properties are: