Skip to content

Commit fe2a361

Browse files
committed
Pass codecov token to prevent errors due to inability to do lookups
1 parent fe59a23 commit fe2a361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Upload coverage to Codecov
4747
uses: codecov/codecov-action@v2
4848
with:
49+
token: ${{ secrets.CODECOV_TOKEN }}
4950
flags: unittests # optional
5051
name: coverage # optional
5152
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)