CI: Use own codecov upload token to prevent rate limit issue (#3028)

This commit is contained in:
Raphael Michel
2023-01-12 13:36:13 +01:00
committed by GitHub
parent 3443296a28
commit ad69ec293f

View File

@@ -83,3 +83,4 @@ jobs:
file: src/coverage.xml
fail_ci_if_error: true
if: matrix.database == 'postgres' && matrix.python-version == '3.10'
token: ${{ secrets.CODECOV_TOKEN }}