You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Qlty](https://qlty.sh) is a Code Health Platform with support for code coverage.
4
+
5
+
This repository is an example using Qlty to track code coverage for a Python project. Coverage data is generated during the Python unit test build, and then uploaded to Qlty.
6
+
7
+
This repository uses [Coverage.py](https://coverage.readthedocs.io/) to generate the coverage data.
8
+
9
+
## Requirements
10
+
11
+
- Python 3
12
+
- Coverage.py v7 or above
13
+
- An account on [Qlty Cloud](https://qlty.sh) (free)
14
+
15
+
> [!NOTE]
16
+
>
17
+
> This repository is using GitHub's OpenID Connect (OIDC) to authenticate the coverage upload with Qlty Cloud instead of storing a coverage token as a GitHub Actions secret.
18
+
19
+
## Set up
20
+
21
+
See [`.github/workflows/main.yml`](./.github/workflows/main.yml) in this repository for a basic configuration.
0 commit comments