Skip to content

Commit dcd71eb

Browse files
Build(deps): Bump codecov/codecov-action in the actions group
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.5.2 to 5.5.3 - [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.5.2...v5.5.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c42fd64 commit dcd71eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
python -m pytest --cov=./ --cov-report=xml --verbose
6161
- name: Upload code coverage to Codecov
62-
uses: codecov/codecov-action@v5.5.2
62+
uses: codecov/codecov-action@v5.5.3
6363
with:
6464
file: ./coverage.xml
6565
flags: unittests

0 commit comments

Comments
 (0)