Skip to content

Commit

Permalink
remove parallel coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
ipamaas committed Jun 26, 2023
1 parent a3901e5 commit 969b226
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ jobs:
TESTENV_BROKER_URL=$TESTENV_BROKER_URL TESTENV_SO_URL=$TESTENV_SO_URL TESTENV_FLOW_URL=$TESTENV_FLOW_URL \
pipenv run pytest -s --cov=msb_client
pipenv run python setup.py sdist bdist_wheel
- name: Coveralls Parallel
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
flag-name: run-${{ matrix.python-version }}
parallel: true
- name: Deploy to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 969b226

Please sign in to comment.