Skip to content

Commit

Permalink
Merge pull request #853 from nipreps/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

Build(deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
effigies authored Feb 6, 2024
2 parents 3ce8055 + 6d0c4d1 commit b1e9c5d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ jobs:
run: python -m pip install "niworkflows[tests]"
- name: Run tests
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
name: Submit to CodeCov
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-pre:
needs: [get_data, job_metadata]
Expand Down Expand Up @@ -245,7 +247,9 @@ jobs:
run: python -m pip install $PIP_FLAGS "niworkflows[tests]"
- name: Run tests
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: Submit to CodeCov

flake8:
Expand Down

0 comments on commit b1e9c5d

Please sign in to comment.