Skip to content

Commit

Permalink
Bump codecov/codecov-action from 5.1.1 to 5.1.2
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.1.1...v5.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 043bfeb commit 02f49fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
DISPLAY: ":99"
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/functional_tests_2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
DISPLAY: ":99"
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand All @@ -105,7 +105,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: tox -e integration
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: tox -e unit
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: tox -e unit
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: tox -e unit
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down

0 comments on commit 02f49fa

Please sign in to comment.