We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433acb7 commit e1a9047Copy full SHA for e1a9047
.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.1.1
+ uses: codecov/codecov-action@v5.1.2
43
with:
44
file: target/site/jacoco/jacoco.xml
0 commit comments