Skip to content

Commit ae1461c

Browse files
authored
Merge pull request #69 from michalc/ci/remove-codecov-token
ci: remove codecov token - not needed since it's a public repo
2 parents 1ee9f6b + eeac40a commit ae1461c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,3 @@ jobs:
133133
until nc -w 10 127.0.0.1 9000; do sleep 1; done
134134
coverage run -m unittest
135135
- uses: codecov/codecov-action@v3
136-
env:
137-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)