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 256fd85 commit 7d353b2Copy full SHA for 7d353b2
1 file changed
.github/workflows/ci.yml
@@ -134,5 +134,7 @@ jobs:
134
135
- name: "Upload to Codecov"
136
uses: codecov/codecov-action@v3
137
+ env:
138
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
139
with:
140
directory: reports
0 commit comments