File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,12 @@ jobs:
2929 - uses : actions/checkout@v6
3030 - uses : gradle/actions/wrapper-validation@v6
3131 - run : ./gradlew build check -x test --stacktrace --warning-mode fail
32- - uses : Juuxel/publish-checkstyle-report@v1
32+ - uses : Juuxel/publish-checkstyle-report@v3
3333 if : ${{ failure() }}
3434 with :
3535 reports : |
3636 build/reports/checkstyle/*.xml
37+ build/reports/codenarc/*.xml
3738
3839 build_windows :
3940 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.extended_tests == 'true' }}
Original file line number Diff line number Diff line change @@ -256,6 +256,10 @@ checkstyle {
256256codenarc {
257257 toolVersion = libs. versions. codenarc. get()
258258 configFile = file(" codenarc.groovy" )
259+
260+ if (ENV . CI ) {
261+ reportFormat = ' xml'
262+ }
259263}
260264
261265gradlePlugin {
You can’t perform that action at this time.
0 commit comments