Commit aaa7eac
Add jacoco plugin to subprojects for Codecov coverage reports
The jacoco plugin was missing from the subprojects block in root build.gradle, causing jacocoTestReport tasks to not exist for python-embed-runtime and python-embed-spring-boot-starter. This resulted in Codecov finding 0 coverage reports. Adding 'apply plugin: jacoco' to subprojects enables XML report generation for all subprojects.1 parent af090c8 commit aaa7eac
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments