Skip to content

Commit

Permalink
do not report coverage for initial builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 11, 2023
1 parent b905e55 commit 1498aff
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 1498aff

Please sign in to comment.