diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f72ef5c..4eb2724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,14 +45,9 @@ jobs: - name: Run tests run: | uv run coverage run manage.py test smartmin test_runner --verbosity=2 - uv run coverage report -i - uv run coverage xml - - name: Upload coverage - if: success() - uses: codecov/codecov-action@v6 - with: - token: ${{ secrets.CODECOV_TOKEN }} + - name: Coverage report + run: uv run coverage report -m release: name: Release diff --git a/README.md b/README.md index d426f79..d5e3c9c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Django Smartmin =============== [![Build Status](https://github.com/nyaruka/smartmin/workflows/CI/badge.svg)](https://github.com/nyaruka/smartmin/actions?query=workflow%3ACI) -[![codecov](https://codecov.io/gh/nyaruka/smartmin/branch/main/graph/badge.svg)](https://codecov.io/gh/nyaruka/smartmin) [![PyPI Release](https://img.shields.io/pypi/v/smartmin.svg)](https://pypi.python.org/pypi/smartmin/) Smartmin was born out of the frustration of the Django admin site not being well suited to being exposed to clients.