Skip to content

Commit 02e197a

Browse files
committed
fix coverage upload
1 parent 1176f7c commit 02e197a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ jobs:
3737
run: mvn -B clean install
3838

3939
- name: Codecov
40-
uses: codecov/codecov-action@v1.3.1
40+
uses: codecov/codecov-action@v5
41+
with:
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)