Skip to content

Commit

Permalink
Update codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
noirello committed Feb 5, 2024
1 parent 8ee6a51 commit dab1fb6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ jobs:
echo $BONSAI_INSTALL_PATH
python -m pytest -v --cov-config .coveragerc --cov-report= --cov=$BONSAI_INSTALL_PATH
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: "."
env_vars: OS,PYTHON
gcov: true
fail_ci_if_error: true

macos:
Expand Down Expand Up @@ -148,11 +147,10 @@ jobs:
echo $BONSAI_INSTALL_PATH
py.test -v --cov-config .coveragerc --cov-report= --cov=$BONSAI_INSTALL_PATH
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: "."
env_vars: OS,PYTHON
gcov: true
fail_ci_if_error: true
- name: Create wheel
run: |
Expand Down

0 comments on commit dab1fb6

Please sign in to comment.