Merge pull request #1163 from kyegomez/dependabot/github_actions/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
pull/1166/head
Kye Gomez 1 week ago committed by GitHub
commit 916fcd5ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -142,7 +142,7 @@ jobs:
poetry run pytest tests/test_main_features.py --cov=swarms --cov-report=xml --cov-report=html poetry run pytest tests/test_main_features.py --cov=swarms --cov-report=xml --cov-report=html
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
file: ./coverage.xml file: ./coverage.xml
flags: main-features flags: main-features

Loading…
Cancel
Save