Commit 9eda1b8
authored
Refactor build.yml for permissions and coverage action (#646)
* Refactor build.yml for permissions and coverage action
Updated GitHub Actions workflow to include permissions and replace the code coverage reporting method with a new action.
* Replace Code Climate badges with Qlty.sh badges
Updated test coverage and maintainability badges in README.
* Merge Jacoco coverage reports into a single file
Merged multiple Jacoco coverage report files into a single report for improved analysis.
* Update JaCoCo CLI jar download URL in build.yml
* Modify JaCoCo version handling in build workflow
Updated JaCoCo version retrieval and download in build.yml
* Refactor JaCoCo version retrieval in build.yml
Updated the method to retrieve JaCoCo version from pom.xml using grep and sed.
* Refactor JaCoCo version handling in build workflow
Removed JaCoCo version extraction from build step and merged code coverage report files.
* Refactor JaCoCo coverage commands in build.yml
Updated JaCoCo merge and report commands to use .exec files instead of .xml files.
* Add prefix paths for coverage files
Added prefix paths for coverage files in build workflow.
* Refactor code coverage report file handling
Updated code coverage report step to use individual JaCoCo report files instead of merged report.
* Refactor add-prefix for better readability
* Update build.yml1 parent bd9be5a commit 9eda1b8
2 files changed
+37
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
92 | | - | |
| 96 | + | |
93 | 97 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
109 | 128 | | |
110 | 129 | | |
111 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments