File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 JAVA_VERSION : ${{ matrix.java_version }}
2525 run : ./gradlew build --no-daemon
2626 - name : Upload build code coverage
27- uses : codecov/codecov-action@v5.5.1
27+ uses : codecov/codecov-action@v5.5.2
2828 if : ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
2929 env :
3030 JAVA_VERSION : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 2424 JAVA_VERSION : ${{ matrix.java_version }}
2525 run : ./gradlew build --no-daemon
2626 - name : Upload build code coverage
27- uses : codecov/codecov-action@v5.5.1
27+ uses : codecov/codecov-action@v5.5.2
2828 if : ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
2929 env :
3030 JAVA_VERSION : ${{ matrix.java_version }}
You can’t perform that action at this time.
0 commit comments