We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcb797 commit 68b6fb9Copy full SHA for 68b6fb9
.github/workflows/CI.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Build
26
run: mvn -Pjacoco clean verify --batch-mode --show-version
27
- name: Upload coverage to Codecov
28
- uses: codecov/codecov-action@v1.5.2
+ uses: codecov/codecov-action@v2.0.1
29
with:
30
file: ./target/site/jacoco/jacoco.xml
0 commit comments