File tree Expand file tree Collapse file tree 4 files changed +0
-17
lines changed
Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments