mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
CI: Use own codecov upload token to prevent rate limit issue (#3028)
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user