Skip to content

Commit 9d53572

Browse files
authored
CI: Removed coverage and coveralls for now
1 parent 0653db1 commit 9d53572

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/CI.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,4 @@ jobs:
3333
python -m pip install --upgrade coverage[toml] tox tox-gh-actions
3434
3535
- name: Run tox targets for ${{ matrix.python-version }}
36-
run: coverage run -m tox
37-
38-
- name: Coverage report
39-
run: coverage xml
40-
41-
- name: Coveralls
42-
uses: coverallsapp/github-action@v2
43-
with:
44-
format: cobertura
36+
run: python -m tox

0 commit comments

Comments
 (0)