Skip to content

Commit

Permalink
change to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
elenafuengar committed Dec 20, 2024
1 parent 6cfeb61 commit dca7683
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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 @@ -39,6 +39,7 @@ jobs:
cd wakis
pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV }}
token: ${{ secrets.CODECOV }}
slug: ImpedanCEI/wakis

0 comments on commit dca7683

Please sign in to comment.