Skip to content

Commit c324efb

Browse files
committed
remove coverage job
1 parent acbcea0 commit c324efb

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/tox_run.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,3 @@ jobs:
3434
pip install tox tox-gh-actions
3535
- name: Test with tox
3636
run: tox -e py
37-
38-
39-
coverage:
40-
runs-on: ubuntu-latest
41-
strategy:
42-
matrix:
43-
python-version: ["3.7"]
44-
fail-fast: false
45-
46-
steps:
47-
- uses: actions/checkout@v1
48-
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v2
50-
with:
51-
python-version: ${{ matrix.python-version }}
52-
- name: Install dependencies
53-
run: |
54-
python -m pip install --upgrade pip
55-
pip install tox
56-
- name: Measure coverage
57-
run: tox -e coverage

0 commit comments

Comments
 (0)