Skip to content

Commit

Permalink
disable code coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Mar 27, 2022
1 parent 44931de commit 0bd1d06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
include:
- {python: 3.7, os: ubuntu-20.04}
- {python: 3.8, os: ubuntu-20.04}
- {python: 3.9, os: ubuntu-20.04, coverage: true}
- {python: 3.9, os: ubuntu-20.04}
- {python: '3.10', os: ubuntu-20.04}

- {python: 3.7, os: windows-2019}
Expand Down Expand Up @@ -149,8 +149,7 @@ jobs:
python setup.py build_ext --inplace
#
# Some of our tests are hanging.
# Limit the use of the coverage plugin for pytest to rule it out as a factor.
# Some of our tests are hanging, and I strongly suspect it's because of the coverage plugin.
#
- name: Run tests (without coverage)
if: matrix.coverage != true
Expand Down

0 comments on commit 0bd1d06

Please sign in to comment.