Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 3 to 4
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 3e5b46f
Author: Chris Markiewicz <[email protected]>
Date:   Tue Feb 6 13:34:49 2024 -0500

    CI: Pass token to codecov action

commit c04ca09
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 19:15:58 2024 +0000

    build(deps): bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)

    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
effigies committed Feb 6, 2024
1 parent bb8a3b3 commit c6cd429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ jobs:
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: cov.xml
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ always() }}

0 comments on commit c6cd429

Please sign in to comment.