ci: Use codecov with token to avoid rate-limiting issues
https://github.com/codecov/codecov-action/issues/837
This commit is contained in:
@@ -60,4 +60,5 @@ jobs:
|
||||
if: github.event.schedule == null
|
||||
uses: codecov/codecov-action@v3.1.1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
fail_ci_if_error: true
|
||||
|
||||
Reference in New Issue
Block a user