Skip to content

Commit

Permalink
Bump codecov/codecov-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and codingjoe committed Sep 12, 2022
1 parent a96ad8e commit f5ebb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: python -m pip install Django~="${{ matrix.django-version }}.0"
- run: python -m pip install -e .[test]
- run: python -m pytest
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

Selenium:
needs:
Expand All @@ -86,4 +86,4 @@ jobs:
- run: python -m pip install Django
- run: python -m pip install -e .[test,selenium]
- run: python -m pytest
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

0 comments on commit f5ebb24

Please sign in to comment.