Skip to content

Commit 3e3d44a

Browse files
Merge pull request #159 from steven-murray/dependabot/github_actions/codecov/codecov-action-7
build(deps): bump codecov/codecov-action from 6 to 7
2 parents ded5e3e + f743fd6 commit 3e3d44a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-with-warnings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pytest -W error
3030
31-
- uses: codecov/codecov-action@v6
31+
- uses: codecov/codecov-action@v7
3232
if: success()
3333
with:
3434
files: ./coverage.xml #optional

.github/workflows/testsuite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python -m pytest --cov=powerbox --cov-config=.coveragerc --cov-report xml:./coverage.xml --junitxml=test-reports/xunit.xml
3939
4040
- name: Upload Test Coverage
41-
uses: codecov/codecov-action@v6
41+
uses: codecov/codecov-action@v7
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
files: ./coverage.xml

0 commit comments

Comments
 (0)