Merge pull request #12520 from pytest-dev/patchback/backports/8.2.x/f75e3fe63f8d22422393888bd5b9094cab35f522/pr-12516
[PR #12516/f75e3fe6 backport][8.2.x] 🚑🧪 Set the Codecov token directly in GHA
This commit is contained in:
commit
8985f0475c
|
@ -245,6 +245,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