diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9940ced6..22cba5bef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: - if: startsWith(runner.os, 'linux') != true env: HOME: /tmp - run: python -m unittest tests/unit/test_conf.py + run: coverage run --source=lbry -m unittest tests/unit/test_conf.py - name: submit coverage report env: GITHUB_TOKEN: ${{ secrets.github_token }} diff --git a/README.md b/README.md index 57fa8b920..a2ccf3425 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LBRY LBRY SDK [![Gitlab CI Badge](https://ci.lbry.tech/lbry/lbry-sdk/badges/master/pipeline.svg)](https://ci.lbry.tech/lbry/lbry-sdk) +# LBRY LBRY SDK [![ci](https://github.com/lbryio/lbry-sdk/actions/workflows/main.yml/badge.svg)](https://github.com/lbryio/lbry-sdk/actions/workflows/main.yml) [![coverage](https://coveralls.io/repos/github/lbryio/lbry-sdk/badge.svg)](https://coveralls.io/github/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.