Skip to content

Commit ed65c8d

Browse files
committed
Added missing token
1 parent 5349861 commit ed65c8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
push:
1111
branches:
1212
- "*"
13-
# schedule:
14-
# - cron: '1 4 * * *'
1513

1614
jobs:
1715
test:
@@ -42,6 +40,7 @@ jobs:
4240
- name: Update code coverage
4341
uses: codecov/[email protected]
4442
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}
4544
flags: unittests
4645
fail_ci_if_error: true # optional (default = false)
4746
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)