Skip to content

Commit

Permalink
change: replace codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraInstinct0x committed Jan 7, 2025
1 parent e7728c1 commit edc5846
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
pip install coveralls
- name: "🧪 Run tests"
run: pytest --cov=smolswarms --cov-report=xml
run: pytest --cov=smolswarms

- name: "📊 Upload coverage"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
fail_ci_if_error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit edc5846

Please sign in to comment.