-
Notifications
You must be signed in to change notification settings - Fork 66
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
docs: Fix build and coverage status links in README.md #134
Conversation
Signed-off-by: Alagappan Sethuraman <alagappan.sethuraman@instacart.com>
Signed-off-by: Alagappan Sethuraman <alagappan.sethuraman@instacart.com>
README.md
Outdated
@@ -1,7 +1,7 @@ | |||
# Amundsen Search Service | |||
[![PyPI version](https://badge.fury.io/py/amundsen-search.svg)](https://badge.fury.io/py/amundsen-search) | |||
[![Build Status](https://api.travis-ci.com/lyft/amundsensearchlibrary.svg?branch=master)](https://travis-ci.com/lyft/amundsensearchlibrary) | |||
[![Coverage Status](https://img.shields.io/codecov/c/github/lyft/amundsensearchlibrary/master.svg)](https://codecov.io/github/lyft/amundsensearchlibrary?branch=master) | |||
[![Build Status](https://api.travis-ci.org/amundsen-io/amundsensearchlibrary.svg?branch=master)](https://travis-ci.org/github/amundsen-io/amundsensearchlibrary) |
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.
we no longer use travis, so the badge no longer valid.
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.
oh interesting! what are we using now? Should I replace the url with a new one or remove it? Also, what about test coverage - that is good to keep?
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.
ping? Checking in on this.
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.
We use github action now. let's remove the badge for now. We could add it later once we figure out where to get the badge.
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.
Sounds good. will remove the Build status badge for now. Thanks!
Signed-off-by: Alagappan Sethuraman <alagappan.sethuraman@instacart.com>
Signed-off-by: Alagappan Sethuraman alagappan.als@gmail.com
Summary of Changes
Fixed Build and Coverage status links in README.md file
CheckList
Make sure you have checked all steps below to ensure a timely review.
make test