Skip to content

Add Travis CI and Codecov badges to README#70

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:badges
Feb 13, 2017
Merged

Add Travis CI and Codecov badges to README#70
vstinner merged 1 commit into
python:masterfrom
vstinner:badges

Conversation

@vstinner
Copy link
Copy Markdown
Member

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
Copy link
Copy Markdown
Member Author

Snapshot of the result:
badges

Another example with my perf project: https://github.com/haypo/perf which has PyPI and Travis CI badges.

Copy link
Copy Markdown
Member

@berkerpeksag berkerpeksag left a 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
Copy link
Copy Markdown
Member Author

Can you remove badges in CONTRIBUTING.rst?

Done.

@Mariatta
Copy link
Copy Markdown
Member

Seems like backport to 3.6 was done in GH-86, so this only needs backport to 3.5 now.