Skip to content

Commit 8b4324a

Browse files
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe1609f commit 8b4324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-main-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
poetry run pytest tests/test_main_features.py --cov=swarms --cov-report=xml --cov-report=html
143143
144144
- name: Upload coverage to Codecov
145-
uses: codecov/codecov-action@v5
145+
uses: codecov/codecov-action@v6
146146
with:
147147
file: ./coverage.xml
148148
flags: main-features

0 commit comments

Comments
 (0)