Skip to content

Commit 80827d0

Browse files
Bump codecov/codecov-action from 6 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6874219 commit 80827d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
pytest -r a -v --cov=python --cov=tests --cov-report=xml --cov-report=term --cov-branch \
5858
--junitxml=junit.xml -o junit_family=legacy
5959
- name: Upload coverage to codecov
60-
uses: codecov/codecov-action@v6
60+
uses: codecov/codecov-action@v7
6161
with:
6262
files: ./coverage.xml
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
- name: Upload test results to Codecov
6565
if: ${{ !cancelled() }}
66-
uses: codecov/codecov-action@v6
66+
uses: codecov/codecov-action@v7
6767
with:
6868
report_type: test_results
6969
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)