We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12be86a commit 6cfeb61Copy full SHA for 6cfeb61
.github/workflows/nightly_codecov_CPU.yml
@@ -5,7 +5,7 @@ name: nighlty_codecov
5
# Controls when the action will run. CRON schedule runs at mm hh dd mm yy UTC TIME
6
on:
7
workflow_dispatch:
8
-
+
9
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
10
jobs:
11
run_tests:
@@ -41,5 +41,4 @@ jobs:
41
- name: Upload coverage reports to Codecov
42
uses: codecov/codecov-action@v5
43
with:
44
- token: ${{ secrets.CODECOV }}
45
- slug: ImpedanCEI/wakis
+ token: ${{ secrets.CODECOV }}
0 commit comments