Skip to content

Commit b2b5e12

Browse files
committed
CI: fully remove the coverage job
1 parent 428a4ef commit b2b5e12

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,6 @@ jobs:
7777
- name: Run pytest
7878
run: pytest --durations=10
7979

80-
coverage:
81-
needs: [tests]
82-
runs-on: ubuntu-latest
83-
84-
steps:
85-
- uses: actions/checkout@v6
86-
- name: Set up Python ${{ matrix.python-version }}
87-
uses: actions/setup-python@v6
88-
with:
89-
python-version: "3.11"
90-
cache: pip
91-
- name: Install dependencies
92-
run: |
93-
pip install -e .[testing]
94-
pip freeze
95-
96-
- name: Run pytest
97-
run: pytest --durations=10
98-
9980
publish:
10081

10182
name: Publish to PyPi

0 commit comments

Comments
 (0)