CASSSIDECAR-163: Integrate delta-coverage-plugin plugin#151
CASSSIDECAR-163: Integrate delta-coverage-plugin plugin#151bbotella wants to merge 20 commits intoapache:trunkfrom
Conversation
| @@ -1,5 +1,6 @@ | |||
| 1.0.0 | |||
| ----- | |||
| * Integrate delta-coverage-plugin plugin (CASSSIDECAR-163) | |||
There was a problem hiding this comment.
I don't think we need to add this change here because it's not anything that touches code
There was a problem hiding this comment.
I'll remove it then :-)
build.gradle
Outdated
| id("org.nosphere.apache.rat") version "0.8.0" | ||
|
|
||
| id 'jacoco' | ||
| id("io.github.surpsg.delta-coverage") version "2.4.0" |
There was a problem hiding this comment.
we need to upgrade gradle for the project :)
There was a problem hiding this comment.
Agreed! I'll create a Jira for it
There was a problem hiding this comment.
|
Can you add the delta coverage execution as part of the CircleCI build? Since unit and integration test are split across multiple pipelines, (unit first, then integration). I think you need store the coverage data and combine them once integration test finishes. |
https://issues.apache.org/jira/browse/CASSSIDECAR-163 Adds changes.txt Adds changes.txt Readds missing change
f181767 to
cca767b
Compare
|
@yifan-c Added the aggregation for cicle. Working example here |
|
Happy to see this, coverage checked for open source repo |
https://issues.apache.org/jira/browse/CASSSIDECAR-163