Skip to content

Commit e90dad0

Browse files
committed
Fix typos
1 parent 1a00501 commit e90dad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CodeCov Report Upload
22

33
on:
44
# This workflow is triggered after every successfull execution
5-
# of `tests` workflow.
5+
# of `ci` workflow.
66
workflow_run:
77
workflows: ["ci"]
88
types:
@@ -99,7 +99,7 @@ jobs:
9999
uses: codecov/codecov-action@v5
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102-
files: ${{ github.workspace }}/codecov_report.xml
102+
files: ${{ github.workspace }}/coverage.xml
103103
fail_ci_if_error: true
104104
# Manual overrides for these parameters are needed because automatic detection
105105
# in codecov-action does not work for non-`pull_request` workflows.

0 commit comments

Comments
 (0)