mirror of https://github.com/pytest-dev/pytest.git
🚑🧪 Set the Codecov token directly in GHA
It's necessary since it seems that the currently used Codecov uploader doesn't read the token from config sometimes. This is a follow-up for #12508 which wasn't enough.
This commit is contained in:
parent
9f134fc6ad
commit
1b85ac126e
|
@ -250,6 +250,7 @@ jobs:
|
|||
with:
|
||||
fail_ci_if_error: false
|
||||
files: ./coverage.xml
|
||||
token: 1eca3b1f-31a2-4fb8-a8c3-138b441b50a7 #repo token; cfg read fails
|
||||
verbose: true
|
||||
|
||||
check: # This job does nothing and is only used for the branch protection
|
||||
|
|
Loading…
Reference in New Issue