Skip to content

Commit

Permalink
Do not report coverage for initial builds (#1555)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Prevents coverage from failing in initial Pull Request builds

### Does this PR introduce a breaking change?

No.
  • Loading branch information
Zeitsperre authored Dec 12, 2023
2 parents b905e55 + 1498aff commit fdde515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
include:
- tox-env: "py39-coverage"
- tox-env: "py39" # "py39-coverage"
python-version: "3.9"
steps:
- uses: actions/[email protected]
Expand All @@ -79,8 +79,8 @@ jobs:
python -m tox -e ${{ matrix.tox-env }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: run-{{ matrix.tox-env }}
COVERALLS_SERVICE_NAME: github
# COVERALLS_FLAG_NAME: run-{{ matrix.tox-env }}
# COVERALLS_SERVICE_NAME: github

test-pypi:
needs: lint
Expand Down

0 comments on commit fdde515

Please sign in to comment.