Skip to content

Commit

Permalink
github/workflows: Fix codecov
Browse files Browse the repository at this point in the history
It now requires token and the bash uploader seems ancient.
  • Loading branch information
zhuyifei1999 authored Jan 2, 2025
1 parent 0d502b4 commit 4315f27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ jobs:

- name: Upload codecov
if: ${{ matrix.codecov }}
shell: bash
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


test_arches:
name: Test on docker ${{ matrix.arch }} with Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4315f27

Please sign in to comment.