Skip to content

Commit

Permalink
remove coverage CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 20, 2024
1 parent 1f1a79b commit f952d53
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/coverage.yml

This file was deleted.

6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| |downloads| |stars| |forks| |contributors| |coverage|
| |downloads| |stars| |forks| |contributors|
| |version| |packages| |license|
| |github-actions| |appveyor| |doc| |twitter|
Expand Down Expand Up @@ -26,10 +26,6 @@
:target: https://ci.appveyor.com/project/giampaolo/pyftpdlib
:alt: Windows (Py2, Windows)

.. |coverage| image:: https://img.shields.io/codecov/c/github/giampaolo/pyftpdlib/update-ci?label=coverage
:target: https://codecov.io/gh/giampaolo/pyftpdlib
:alt: Test coverage

.. |doc| image:: https://readthedocs.org/projects/pyftpdlib/badge/?version=latest
:target: https://pyftpdlib.readthedocs.io/en/latest/
:alt: Documentation Status
Expand Down
2 changes: 1 addition & 1 deletion pyftpdlib/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def assert_free_resources(parent_pid=None):
if POSIX:
cons = [
x
for x in this_proc.connections('tcp')
for x in this_proc.net_connections('tcp')
if x.status != psutil.CONN_CLOSE_WAIT
]
if cons:
Expand Down
1 change: 1 addition & 0 deletions scripts/internal/winmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
DEPS = [
"pip",
"psutil",
"pytest",
"pyopenssl",
"pypiwin32",
"setuptools",
Expand Down

0 comments on commit f952d53

Please sign in to comment.