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 713df50 commit 1d9eaaaCopy full SHA for 1d9eaaa
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
name: Upload coverage
110
uses: codecov/codecov-action@v5
111
with:
112
- file: ${{ env.DESTDIR }}/coverage.txt
+ files: ${{ env.DESTDIR }}/coverage.txt
113
token: ${{ secrets.CODECOV_TOKEN }}
114
115
test-sandboxed:
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
- file: ${{ env.DESTDIR }}//coverage.txt
+ files: ${{ env.DESTDIR }}//coverage.txt
137
138
139
build:
0 commit comments