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

docs: Fix build and coverage status links in README.md #134

Merged
merged 3 commits into from
Aug 24, 2020

Conversation

Alagappan
Copy link
Contributor

@Alagappan Alagappan commented Aug 22, 2020

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.

  • PR title addresses the issue accurately and concisely. Example: "Updates the version of Flask to v1.0.2"
  • PR includes a summary of changes.
  • PR adds unit tests, updates existing unit tests, OR documents why no test additions or modifications are needed.
  • In case of new functionality, my PR adds documentation that describes how to use it.
    • All the public functions and the classes in the PR contain docstrings that explain what it does
  • PR passes make test

Alagappan Sethuraman added 2 commits August 22, 2020 00:29
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)
Copy link
Member

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.

Copy link
Contributor Author

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?

Copy link
Contributor Author

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.

Copy link
Member

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.

Copy link
Contributor Author

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>
@Alagappan Alagappan changed the title Fix build and coverage status links in README.md docs: Fix build and coverage status links in README.md Aug 24, 2020
@feng-tao feng-tao merged commit 1c95ff4 into amundsen-io:master Aug 24, 2020
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.

2 participants