Skip to content

Commit 8a7b294

Browse files
author
Theofilos Manitaras
authored
Merge branch 'master' into doc/remove-init-reference
2 parents 1da57a5 + 65cddec commit 8a7b294

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
coverage report -m
3030
- name: Upload Coverage to Codecov
3131
if: matrix.python-version == '3.8'
32-
uses: codecov/codecov-action@v1.0.5
32+
uses: codecov/codecov-action@v1
3333
with:
34-
token: ${{ secrets.CODECOV_TOKEN }}
3534
fail_ci_if_error: true
3635

3736
modulestest:

0 commit comments

Comments
 (0)