diff --git a/.travis.yml b/.travis.yml index 8bdeac422..a727aa8d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ jobs: - cd lbry && HOME=/tmp coverage run -p --source=lbry -m unittest discover -vv tests.unit after_success: - coverage combine lbry/ - - bash <(curl -s https://codecov.io/bash) - name: "LBRY Integration Tests" install: @@ -28,7 +27,6 @@ jobs: script: cd lbry && tox after_success: - coverage combine lbry - - bash <(curl -s https://codecov.io/bash) - &torba-tests name: "Torba Unit Tests" @@ -38,7 +36,6 @@ jobs: script: cd torba && tox after_success: - coverage combine torba/tests - - bash <(curl -s https://codecov.io/bash) - <<: *torba-tests name: "Torba Integration Tests" @@ -51,7 +48,6 @@ jobs: - cd lbry && HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py after_success: - coverage combine lbry - - bash <(curl -s https://codecov.io/bash) - &build stage: build diff --git a/README.md b/README.md index cd28a13f0..ff7429f70 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LBRY LBRY SDK [![Build Status](https://travis-ci.org/lbryio/lbry-sdk.svg?branch=master)](https://travis-ci.org/lbryio/lbry-sdk) [![Test Coverage](https://codecov.io/gh/lbryio/lbry-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/lbryio/lbry-sdk) +# LBRY LBRY SDK [![Build Status](https://travis-ci.org/lbryio/lbry-sdk.svg?branch=master)](https://travis-ci.org/lbryio/lbry-sdk) LBRY is a decentralized peer-to-peer protocol for publishing and accessing digital content. It utilizes the [LBRY blockchain](https://github.com/lbryio/lbrycrd) as a global namespace and database of digital content. Blockchain entries contain searchable content metadata, identities, rights and access rules. LBRY also provides a data network that consists of peers (seeders) uploading and downloading data from other peers, possibly in exchange for payments, as well as a distributed hash table used by peers to discover other peers. diff --git a/lbry/README.md b/lbry/README.md index bffb2c6e5..22502b82a 100644 --- a/lbry/README.md +++ b/lbry/README.md @@ -1,4 +1,4 @@ -# LBRY LBRY SDK [![Build Status](https://travis-ci.org/lbryio/lbry-sdk.svg?branch=master)](https://travis-ci.org/lbryio/lbry-sdk) [![Test Coverage](https://codecov.io/gh/lbryio/lbry-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/lbryio/lbry-sdk) +# LBRY LBRY SDK [![Build Status](https://travis-ci.org/lbryio/lbry-sdk.svg?branch=master)](https://travis-ci.org/lbryio/lbry-sdk) LBRY is a decentralized peer-to-peer protocol for publishing and accessing digital content. It utilizes the [LBRY blockchain](https://github.com/lbryio/lbrycrd) as a global namespace and database of digital content. Blockchain entries contain searchable content metadata, identities, rights and access rules. LBRY also provides a data network that consists of peers (seeders) uploading and downloading data from other peers, possibly in exchange for payments, as well as a distributed hash table used by peers to discover other peers. diff --git a/torba/README.md b/torba/README.md index ff0f03dc7..3c300aeb3 100644 --- a/torba/README.md +++ b/torba/README.md @@ -1,3 +1,3 @@ -# Torba Torba [![Build Status](https://travis-ci.org/lbryio/torba.svg?branch=master)](https://travis-ci.org/lbryio/torba) [![Test Coverage](https://codecov.io/gh/lbryio/torba/branch/master/graph/badge.svg)](https://codecov.io/gh/lbryio/torba) +# Torba Torba [![Build Status](https://travis-ci.org/lbryio/torba.svg?branch=master)](https://travis-ci.org/lbryio/torba) A new wallet library to help bitcoin based projects build fast, correct and scalable crypto currency wallets in Python.