Skip to content

Commit

Permalink
remove slug
Browse files Browse the repository at this point in the history
  • Loading branch information
elenafuengar committed Dec 20, 2024
1 parent 12be86a commit 6cfeb61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly_codecov_CPU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: nighlty_codecov
# Controls when the action will run. CRON schedule runs at mm hh dd mm yy UTC TIME
on:
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
run_tests:
Expand Down Expand Up @@ -41,5 +41,4 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV }}
slug: ImpedanCEI/wakis
token: ${{ secrets.CODECOV }}

0 comments on commit 6cfeb61

Please sign in to comment.