Skip to content

Commit f4c6b5f

Browse files
committed
remove unneccessary codcov token
1 parent fca00f5 commit f4c6b5f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
- name: Upload Code Coverage
6767
if: github.event_name == 'schedule'
6868
run: tox -e upload-coverage
69-
env:
70-
CODECOV_UPLOAD_TOKEN: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
7169

7270
release:
7371
needs: [test, lint]

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ commands = python scripts/release.py {posargs}
142142
basepython = python3
143143
deps =
144144
codecov
145-
passenv =
146-
CODECOV_UPLOAD_TOKEN
145+
# Token not required public repos uploading from GH Actions.
147146
commands =
148-
codecov -t {env:CODECOV_UPLOAD_TOKEN:}
147+
codecov
149148

150149
[testenv:docstyle]
151150
deps = pydocstyle

0 commit comments

Comments
 (0)