You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`coveralls.io`_ is a service for publishing your coverage stats online. This package provides seamless integration with `coverage.py`_ (and thus ``pytest``, ``nosetests``, etc...) in your Python projects::
37
+
`coveralls.io`_ is a service for publishing your coverage stats online. This
38
+
package provides seamless integration with `coverage.py`_ (and thus ``pytest``,
39
+
``nosetests``, etc...) in your Python projects::
38
40
39
41
pip install coveralls
40
42
coverage run --source=mypkg setup.py test
41
43
coveralls
42
44
43
45
For more information and usage instructions, see our `documentation`_.
44
46
47
+
Version Compatibility
48
+
---------------------
49
+
50
+
As of version 2.0, we have dropped support for end-of-life'd versions of Python
51
+
and particularly old version of coverage. Support for non-EOL'd environments is
52
+
provided on a best-effort basis and will generally be removed once they make
53
+
maintenance too difficult.
54
+
55
+
If you're running on an outdated environment with a new enough package manager
56
+
to support version checks (see `the PyPA docs`_), then installing the latest
57
+
compatible version should do the trick. If you're even more outdated than that,
58
+
please pin to ``coveralls<2``.
59
+
60
+
If you're in an outdated environment and experiencing an issue, feel free to
61
+
open a ticket -- but please mention your environment! I'm willing to backport
0 commit comments