diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml deleted file mode 100644 index 392ee71..0000000 --- a/.github/workflows/codecov.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Coverage report with Codecov -on: [push] -jobs: - run: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest] - env: - OS: ${{ matrix.os }} - PYTHON: '3.11' - steps: - - uses: actions/checkout@master - - name: Setup Python - uses: actions/setup-python@master - with: - python-version: '3.11' - - name: Generate coverage report - run: | - pip install tox - tox -e test - tox -e xml - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - env_vars: OS,PYTHON - fail_ci_if_error: true - files: ./coverage.xml - name: codecov-umbrella - verbose: true diff --git a/README.md b/README.md index 4222f65..e1f8700 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # pytest-reserial ![build](https://github.com/bessman/pytest-reserial/actions/workflows/main.yml/badge.svg) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/18b7f42be4e043ce98a4852996a343dc)](https://app.codacy.com/gh/bessman/pytest-reserial?utm_source=github.com&utm_medium=referral&utm_content=bessman/pytest-reserial&utm_campaign=Badge_Grade_Settings) -[![codecov](https://codecov.io/gh/bessman/pytest-reserial/branch/master/graph/badge.svg)](https://codecov.io/gh/bessman/pytest-reserial) +[![PyPI](https://img.shields.io/pypi/v/pytest-reserial.svg)](https://pypi.org/project/pytest-reserial/) +[![License](https://img.shields.io/pypi/l/pytest-reserial)](https://mit-license.org/) Pytest plugin for recording and replaying serial port traffic during tests.