We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6368090 commit 35bec7bCopy full SHA for 35bec7b
.github/workflows/pipeline.yml
@@ -46,7 +46,7 @@ jobs:
46
report_paths: '**/target/*-reports/TEST-*.xml'
47
48
- name: Upload coverage to Codecov
49
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
50
with:
51
file: "${{ github.workspace }}/*/target/site/jacoco/jacoco.xml"
52
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments