Skip to content

Commit 8380d48

Browse files
Bump codecov/codecov-action from 4.4.1 to 4.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2660097 commit 8380d48

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
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
pytest -v --cov=./pytensor_federated --cov-report xml --cov-report term-missing .
5555
- name: Upload coverage
56-
uses: codecov/codecov-action@v4.4.1
56+
uses: codecov/codecov-action@v4.5.0
5757
with:
5858
file: ./coverage.xml
5959
- name: Test Wheel install and import

0 commit comments

Comments
 (0)