Skip to content

Commit 43afe90

Browse files
committed
enable codecov merging
1 parent 43ab2f6 commit 43afe90

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ jobs:
3838
run: |
3939
./gradlew --no-daemon -s :build
4040
- name: Upload coverage to Codecov
41-
if: ${{ matrix.java == '23' && matrix.os == 'ubuntu-latest' }}
41+
# skip minimum version
42+
if: ${{ matrix.java != '23' }}
4243
uses: codecov/codecov-action@v5.5.2
43-
env:
44-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44+
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
flags: java-${{ matrix.java }}-${{ matrix.os }}
4547
- name: Save reports
4648
uses: actions/upload-artifact@v6
4749
if: ${{ failure() }}

0 commit comments

Comments
 (0)