ci: Use codecov with token to avoid rate-limiting issues

https://github.com/codecov/codecov-action/issues/837
This commit is contained in:
Valters Melnalksnis
2022-10-31 18:06:36 +02:00
parent 9cfd7ecc3a
commit 4fb4810290
+1
View File
@@ -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