From 328ace704591cd63d567cbe8267a06e90a38c8a1 Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Mon, 27 Apr 2026 15:38:47 +0200 Subject: [PATCH] Remove codecov --- .github/workflows/ci.yml | 10 ++-------- README.md | 5 ++--- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08ba0e6..f21f161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,14 +49,8 @@ jobs: - name: Run tests run: | uv run coverage run manage.py test dash 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 e78dd42..d244a3d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ RapidPro Dash Library ===================== [![Build Status](https://github.com/rapidpro/dash/workflows/CI/badge.svg)](https://github.com/rapidpro/dash/actions?query=workflow%3ACI) -[![codecov](https://codecov.io/gh/rapidpro/dash/branch/main/graph/badge.svg)](https://codecov.io/gh/rapidpro/dash) [![PyPI Release](https://img.shields.io/pypi/v/rapidpro-dash.svg)](https://pypi.python.org/pypi/rapidpro-dash/) Support library for building dashboards applications for [RapidPro](https://github.com/rapidpro/rapidpro). * Provides an organization app to support multi-tenant sites * Reusable user management views -* Supports Python 3 only -* Supports Django 1.11 and 2.0 +* Supports Python 3.12, 3.13 and 3.14 only +* Supports Django 5.2 and 6.0