Skip to content

Commit

Permalink
update code coverage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
c0state committed Sep 5, 2024
1 parent 85b0b12 commit cb6b74a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- name: "Run tox targets for ${{ matrix.python-version }}"
run: "python -m tox"

# We always use a modern Python version for combining coverage to prevent
# parsing errors in older versions for modern code.
# use a modern Python version for code coverage
- uses: "actions/setup-python@v5"
with:
python-version: ${{ env.COVERAGE_PYTHON_VERSION }}
Expand Down

0 comments on commit cb6b74a

Please sign in to comment.