We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff87ce commit 3baa65dCopy full SHA for 3baa65d
.github/workflows/maven.yml
@@ -31,6 +31,6 @@ jobs:
31
run: mvn -Penable-jacoco clean verify -B -V -ntp
32
33
- name: Upload coverage to Codecov
34
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3
35
with:
36
file: '*jacoco.xml'
0 commit comments