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 1a00501 commit e90dad0Copy full SHA for e90dad0
.github/workflows/codecov.yml
@@ -2,7 +2,7 @@ name: CodeCov Report Upload
2
3
on:
4
# This workflow is triggered after every successfull execution
5
- # of `tests` workflow.
+ # of `ci` workflow.
6
workflow_run:
7
workflows: ["ci"]
8
types:
@@ -99,7 +99,7 @@ jobs:
99
uses: codecov/codecov-action@v5
100
with:
101
token: ${{ secrets.CODECOV_TOKEN }}
102
- files: ${{ github.workspace }}/codecov_report.xml
+ files: ${{ github.workspace }}/coverage.xml
103
fail_ci_if_error: true
104
# Manual overrides for these parameters are needed because automatic detection
105
# in codecov-action does not work for non-`pull_request` workflows.
0 commit comments