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 473a959 commit fe63ffcCopy full SHA for fe63ffc
.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/[email protected].0
+ uses: codecov/[email protected].2
50
with:
51
file: "${{ github.workspace }}/*/target/site/jacoco/jacoco.xml"
52
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments