Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy 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
Another example with my perf project:https://github.com/haypo/perf which has PyPI and Travis CI badges. |
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 alsopython/core-workflow#22. Can you remove badges in CONTRIBUTING.rst?
Badges are small images which gives the status of the Travis CI andthe coverage percentage of Codecode. It helps to check the status ofthe Travis CI and to get the link to Travis CI.See alsohttps://shields.io/
Done. |
Seems like backport to 3.6 was done inGH-86, so this only needs backport to 3.5 now. |
…luesIf 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 inabstract.c and simplifies checks in ceval.c.https://bitbucket.org/stackless-dev/stackless/issues/70
…luesIf 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 inabstract.c.https://bitbucket.org/stackless-dev/stackless/issues/70(grafted from 113b9eaa4dd219a4f249f082f6772b9e5086e1a5)
…luesAdd two assertions to suspicious functions.https://bitbucket.org/stackless-dev/stackless/issues/70(grafted from bf3fa8395cd10e477bcc20b816cc659f1d5c8c0f)
…luesFix building with STACKLESS_OFFhttps://bitbucket.org/stackless-dev/stackless/issues/70(grafted from 224fa4eb27504dfdb396d901d6d1623e7f441f22)
Update package to run on all versions of PythonClosespython#70See 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 alsohttps://shields.io/