From 832d24c01d0ec7235a9f73f225dc4aec8d084326 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Fri, 1 Sep 2017 12:56:26 -0400 Subject: [PATCH] Update codecov badge to avoid caching issues --- README.rst | 15 +++++++-------- docs/index.rst | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index f4f7eb3..c6a4a77 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,10 @@ Tiingo Python .. image:: https://img.shields.io/pypi/v/tiingo.svg :target: https://pypi.python.org/pypi/tiingo +.. image:: https://img.shields.io/codecov/c/github/hydrosquall/tiingo-python.svg?maxAge=600 + :target: https://codecov.io/gh/hydrosquall/tiingo-python + :alt: Coverage + .. image:: https://img.shields.io/travis/hydrosquall/tiingo-python.svg :target: https://travis-ci.org/hydrosquall/tiingo-python @@ -17,13 +21,8 @@ Tiingo Python :target: https://pyup.io/repos/github/hydrosquall/tiingo-python/ :alt: Updates -.. image:: https://codecov.io/gh/hydrosquall/tiingo-python/branch/master/graph/badge.svg - :target: https://codecov.io/gh/hydrosquall/tiingo-python - :alt: Coverage - - -Tiingo is a financial data platform that makes high quality financial tools available to all. They have a RESTful and Real-Time Data API. Presently, the API includes support for the following endpoints: +Tiingo is a financial data platform that makes high quality financial tools available to all. Tiingo has a REST and Real-Time Data API, which this library helps you to access. Presently, the API includes support for the following endpoints: * Stock Market Ticker Closing Prices + Metadata. Data includes full distribution details and is validated using a proprietary EOD Price Engine. * (Coming Soon): Curated news from top financial news sources + curated blogs. Stories are tagged by Tiingo's algorithms. @@ -90,11 +89,11 @@ Features -------- * Easy programmatic access to Tiingo API -# Ability to reuse session across API calls for better performance +* Reuse requests session across API calls for better performance * Coming soon: * Client-side validation of tickers, to save your API calls! * Data validation of returned responses - * Case insensitivity + * Case insensitivity for ticker names Credits diff --git a/docs/index.rst b/docs/index.rst index 2992630..f9d6289 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ Welcome to Tiingo Python's documentation! :target: https://pyup.io/repos/github/hydrosquall/tiingo-python/ :alt: Updates -.. image:: https://codecov.io/gh/hydrosquall/tiingo-python/branch/master/graph/badge.svg +.. image:: https://img.shields.io/codecov/c/github/hydrosquall/tiingo-python.svg?maxAge=600 :target: https://codecov.io/gh/hydrosquall/tiingo-python :alt: Coverage