diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0fe40f..194957d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: CACHE_VERSION: 2 PYTHON_VERSION_DEFAULT: 3.9.15 PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit - MINIMUM_COVERAGE_PERCENTAGE: 99 + MINIMUM_COVERAGE_PERCENTAGE: 100 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7020c1c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: python -matrix: - fast_finish: true - include: - - python: "3.7" - env: TOXENV=lint - - python: "3.7" - env: TOXENV=black - - python: "3.7" - env: TOXENV=py37 - - python: "3.8" - env: TOXENV=py38 -install: pip install -U setuptools tox coveralls -script: tox -after_success: coveralls diff --git a/README.md b/README.md index c18f897..e3372ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # zigpy-xbee -[![Build Status](https://travis-ci.org/zigpy/zigpy-xbee.svg?branch=master)](https://travis-ci.org/zigpy/zigpy-xbee) -[![Coverage](https://coveralls.io/repos/github/zigpy/zigpy-xbee/badge.svg?branch=master)](https://coveralls.io/github/zigpy/zigpy-xbee?branch=master) +[![Build Status](https://github.com/zigpy/zigpy-xbee/workflows/CI/badge.svg)](https://github.com/zigpy/zigpy-xbee/actions) +[![Coverage Status](https://codecov.io/gh/zigpy/zigpy-xbee/branch/dev/graph/badge.svg?token=Y1994N9D74)](https://codecov.io/gh/zigpy/zigpy-xbee) [zigpy-xbee](https://github.com/zigpy/zigpy-xbee/) is a Python implementation for the [Zigpy](https://github.com/zigpy/) project to implement [XBee](https://en.wikipedia.org/wiki/XBee) based [Zigbee](https://www.zigbee.org) radio devices from Digi.