We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37e51b commit d568ad6Copy full SHA for d568ad6
.github/workflows/ci.yml
@@ -39,6 +39,6 @@ jobs:
39
run: mvn -B clean package install jacoco:report
40
41
- name: Coverage
42
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.0
43
with:
44
file: target/site/jacoco/jacoco.xml
0 commit comments