We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e437f3 commit faffef6Copy full SHA for faffef6
.github/workflows/codecov.yml
@@ -8,10 +8,10 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v4
11
- - name: Set up JDK 17
+ - name: Set up JDK 21
12
uses: actions/setup-java@v1
13
with:
14
- java-version: 17
+ java-version: 21
15
- name: Install dependencies
16
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
17
- name: Run tests and collect coverage
@@ -21,4 +21,4 @@ jobs:
21
env:
22
# To find this token, and how it is stored in the repo, see:
23
# https://docs.codecov.com/docs/adding-the-codecov-token
24
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments