Skip to content

Commit

Permalink
chore: use coverage in Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Oct 15, 2023
1 parent 5d73f5d commit 7f6a94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
run: xvfb-run mvn -B ${{ matrix.maven }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.java == '17'
if: matrix.java == '21'
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7f6a94d

Please sign in to comment.