Skip to content

Commit 6cfeb61

Browse files
committed
remove slug
1 parent 12be86a commit 6cfeb61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly_codecov_CPU.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: nighlty_codecov
55
# Controls when the action will run. CRON schedule runs at mm hh dd mm yy UTC TIME
66
on:
77
workflow_dispatch:
8-
8+
99
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1010
jobs:
1111
run_tests:
@@ -41,5 +41,4 @@ jobs:
4141
- name: Upload coverage reports to Codecov
4242
uses: codecov/codecov-action@v5
4343
with:
44-
token: ${{ secrets.CODECOV }}
45-
slug: ImpedanCEI/wakis
44+
token: ${{ secrets.CODECOV }}

0 commit comments

Comments
 (0)