Commit dd18b86
ci(sonar): fix coverage by overriding jacoco.skip and remove empty profile (#13178)
Sonar check has been reporting [0
coverage](https://sonarcloud.io/project/overview?id=googleapis_google-cloud-java_generator)
for the last few weeks. This is because the sonar workflow incorrectly
used a profile that skips jacoco.
This PR fixes it by overriding the `jacoco.skip` setting (active by
default under the `quick-build` Maven profile) and removing the
empty/unused `full-project-coverage` profile.
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 15467c8 commit dd18b86
2 files changed
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 85 | | |
97 | 86 | | |
98 | 87 | | |
| |||
0 commit comments