Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +11 to +12