Skip to content
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

Readme badges improvements #1083

Merged
merged 2 commits into from Nov 28, 2020
Merged

Readme badges improvements #1083

merged 2 commits into from Nov 28, 2020

Conversation

greg0ire
Copy link
Member

No description provided.

Travis was abandoned.
It makes no sense to link to information about another branch.
@greg0ire
Copy link
Member Author

Not sure yet why codecov says we have 0% coverage in the badge 😅

@greg0ire greg0ire merged commit 0186690 into doctrine:3.0.x Nov 28, 2020
@greg0ire greg0ire deleted the readme-badges branch November 28, 2020 14:40
[![Packagist Downloads](https://img.shields.io/packagist/dm/doctrine/migrations)](https://packagist.org/packages/doctrine/migrations)
[![Packagist Version](https://img.shields.io/packagist/v/doctrine/migrations)](https://packagist.org/packages/doctrine/migrations)
[![GitHub license](https://img.shields.io/github/license/doctrine/migrations)](https://github.com/doctrine/migrations/blob/3.1.x/LICENSE)
[![GitHub license](https://img.shields.io/github/license/doctrine/migrations)](https://github.com/doctrine/migrations/blob/3.0.x/LICENSE)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could use a relative link (LICENSE) here. Github will resolve it (and Packagist too), and that will avoid having to update it in each branch.

@@ -1,10 +1,10 @@
# Doctrine Migrations

[![Build Status](https://travis-ci.org/doctrine/migrations.svg)](https://travis-ci.org/doctrine/migrations)
[![Code Coverage](https://codecov.io/gh/doctrine/migrations/branch/3.1.x/graph/badge.svg)](https://codecov.io/gh/doctrine/migrations/branch/3.1.x)
[![Build Status](https://github.com/doctrine/migrations/workflows/Continuous%20Integration/badge.svg?label=build)](https://github.com/doctrine/migrations/actions)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the label parameter does not exist in the github actions badge URL

@greg0ire
Copy link
Member Author

@stof thanks, addressed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants