Unverified Commit 84da225f authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump codecov/codecov-action from 3 to 5 (#323)

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

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent b89ae0e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ jobs:
        run: |
          python -m pytest --cov --cov-report=xml --cov-report=term -m "not datarepo"
      - name: Upload coverage to Codecov
        uses: codecov/codecov-action@v3
        uses: codecov/codecov-action@v5

  build-wheel:
    runs-on: ubuntu-latest