Skip to content

Commit f1b68aa

Browse files
dependabot[bot]michaelosthege
authored andcommitted
Bump codecov/codecov-action from 5.4.0 to 5.4.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.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.4.0...v5.4.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 337f2bd commit f1b68aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
pytest -v --cov=./pytensor_federated --cov-report xml --cov-report term-missing .
5454
- name: Upload coverage
55-
uses: codecov/codecov-action@v5.4.0
55+
uses: codecov/codecov-action@v5.4.2
5656
with:
5757
file: ./coverage.xml
5858
- name: Test Wheel install and import

0 commit comments

Comments
 (0)