Skip to content

Commit 07dccdd

Browse files
committed
Update codecov github action
1 parent fac1930 commit 07dccdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: ./mvnw -B -q -ff -ntp test
5959
- name: Publish code coverage
6060
if: github.event_name != 'pull_request' && matrix.java_version == '8'
61-
uses: codecov/codecov-action@v1
61+
uses: codecov/codecov-action@v2
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)