Skip to content

Commit 3b7407b

Browse files
committed
Get rid of codecov
1 parent c784126 commit 3b7407b

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ jobs:
3232
nox -s tests-${{ matrix.python-version }}
3333
env:
3434
PLATFORM: ${{ matrix.platform }}
35-
- name: Upload test results to Codecov
36-
if: ${{ !cancelled() }}
37-
uses: codecov/test-results-action@v1
38-
with:
39-
token: ${{ secrets.CODECOV_TOKEN }}
40-
- uses: codecov/codecov-action@v5
41-
if: matrix.python-version != 'pypy3.8'
42-
with:
43-
token: ${{ secrets.CODECOV_TOKEN }}
4435

4536

4637
mypy:

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ pytest-subprocess
1010
:target: https://pypi.org/project/pytest-subprocess
1111
:alt: Python versions
1212

13-
.. image:: https://codecov.io/github/aklajnert/pytest-subprocess/graph/badge.svg?token=JAU1cGoYL8
14-
:target: https://codecov.io/github/aklajnert/pytest-subprocess
15-
1613
.. image:: https://readthedocs.org/projects/pytest-subprocess/badge/?version=latest
1714
:target: https://pytest-subprocess.readthedocs.io/en/latest/?badge=latest
1815
:alt: Documentation Status

noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ def tests(session):
88
session.install(".[test]")
99
session.run(
1010
"pytest",
11-
"--cov",
12-
"--junitxml=junit.xml",
13-
"-o",
14-
"junit_family=legacy",
1511
*session.posargs,
1612
env={"PYTHONPATH": str(Path(__file__).resolve().parent)}
1713
)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def read(fname):
3434
extras_require={
3535
"test": [
3636
"pytest>=4.0",
37-
"pytest-cov",
3837
"docutils>=0.12",
3938
"Pygments>=2.0",
4039
"pytest-rerunfailures",

0 commit comments

Comments
 (0)