Integrate codecov.io

We publish the test coverage reporting to codecov.io
This commit is contained in:
Alexander Hess 2024-09-10 03:10:26 +02:00
commit 3f8b5cb146
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 23 additions and 1 deletions

View file

@ -9,6 +9,7 @@ The goal of the `lalib` project is to create
[![Test suite: Status](https://github.com/webartifex/lalib/actions/workflows/tests.yml/badge.svg)](https://github.com/webartifex/lalib/actions/workflows/tests.yml)
[![Test coverage: codecov](https://codecov.io/github/webartifex/lalib/graph/badge.svg?token=J4LWOMVP0R)](https://codecov.io/github/webartifex/lalib)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Type checking: mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code linting: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)