Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jul 20, 2023
1 parent 4b33e32 commit d80f5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Run Pytest with Coverage
timeout-minutes: 10
run: |
pytest ${PYTEST_CORE_ARGUMENTS} --tx '2*popen//execmodel=execnet' --cov=./src/tribler/core --cov-report=xml
pytest ${PYTEST_TUNNELS_ARGUMENTS} ${XDIST_ARGUMENTS} --cov=./src/tribler/core --cov-report=xml --cov-append
pytest ${PYTEST_CORE_ARGUMENTS} --tx='2*popen//execmodel=eventlet' --cov=./src/tribler/core --cov-report=xml
pytest ${PYTEST_TUNNELS_ARGUMENTS} --dist=load --tx='2*popen//execmodel=eventlet' --cov=./src/tribler/core --cov-report=xml --cov-append
- name: Upload to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit d80f5f8

Please sign in to comment.