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.
2 parents c23afb6 + 73aa8c0 commit 5be670aCopy full SHA for 5be670a
.github/workflows/build.yml
@@ -109,6 +109,7 @@ jobs:
109
uses: codecov/codecov-action@v4
110
with:
111
file: ${{ env.DESTDIR }}/coverage.txt
112
+ token: ${{ secrets.CODECOV_TOKEN }}
113
114
test-sandboxed:
115
runs-on: ubuntu-22.04
@@ -132,6 +133,7 @@ jobs:
132
133
134
135
file: ${{ env.DESTDIR }}//coverage.txt
136
137
138
build:
139
0 commit comments