Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
Add Travis CI and Codecov badges to README#70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Conversation
vstinner commented Feb 13, 2017
Another example with my perf project: https://github.com/haypo/perf which has PyPI and Travis CI badges. |
berkerpeksag left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See also python/core-workflow#22. Can you remove badges in CONTRIBUTING.rst?
Badges are small images which gives the status of the Travis CI and the coverage percentage of Codecode. It helps to check the status of the Travis CI and to get the link to Travis CI. See also https://shields.io/
vstinner commented Feb 13, 2017
Done. |
Includes GH-2, pythonGH-70, pythonGH-73, and pythonGH-21.
Mariatta commented Feb 25, 2017
Seems like backport to 3.6 was done in GH-86, so this only needs backport to 3.5 now. |
…lues If a C-function checks a return value of another C-function of type PyObject*, it must handle the case of unwinding. This commit fixes PyObject_Call in abstract.c and simplifies checks in ceval.c. https://bitbucket.org/stackless-dev/stackless/issues/70
…lues If a C-function checks a return value of another C-function of type PyObject*, it must handle the case of unwinding. This commit fixes PyObject_Call in abstract.c. https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from 113b9eaa4dd219a4f249f082f6772b9e5086e1a5)
…lues Add two assertions to suspicious functions. https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from bf3fa8395cd10e477bcc20b816cc659f1d5c8c0f)
…lues Fix building with STACKLESS_OFF https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from 224fa4eb27504dfdb396d901d6d1623e7f441f22)
Update package to run on all versions of Python Closespython#70 See merge request python-devs/importlib_resources!83

Badges are small images which gives the status of the Travis CI and
the coverage percentage of Codecode. It helps to check the status of
the Travis CI and to get the link to Travis CI.
See also https://shields.io/