Skip to content

Commit

Permalink
REMOVE: external step
Browse files Browse the repository at this point in the history
  • Loading branch information
Segelzwerg authored Jun 4, 2024
1 parent c40c871 commit c5b8eb2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:
- uses: Whist-Team/actions/setup-poetry@v2
with:
python-version: ${{ matrix.python-version }}
- name: Pytest
run: 'poetry run python -m pytest --cov=whist_core --cov-report=xml --cov-config=.coveragerc'

- name: Test with pytest & coverage
uses: Whist-Team/actions/test-cov@v2
- name: Upload to codecoverage
uses: codecov/codecov-action@v4
with:
package: whist_core
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c5b8eb2

Please sign in to comment.