docs: fix coverage

This commit is contained in:
scito 2025-11-16 16:05:18 +01:00
parent 000acbf8b9
commit 8856f648f6
3 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,7 @@ on:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '**.md' - '**.md'
- 'build.sh'
# pull_request: # pull_request:
schedule: schedule:
# Run daily on default branch # Run daily on default branch

View file

@ -14,6 +14,7 @@ on:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '**.md' - '**.md'
- 'build.sh'
tags-ignore: tags-ignore:
- '**' - '**'
# branches is needed if tags-ignore is used # branches is needed if tags-ignore is used

View file

@ -2,7 +2,7 @@
[![CI tests](https://github.com/scito/extract_otp_secrets/actions/workflows/ci.yml/badge.svg)](https://github.com/scito/extract_otp_secrets/actions/workflows/ci.yml) [![CI tests](https://github.com/scito/extract_otp_secrets/actions/workflows/ci.yml/badge.svg)](https://github.com/scito/extract_otp_secrets/actions/workflows/ci.yml)
[![CI docker](https://github.com/scito/extract_otp_secrets/actions/workflows/ci_docker.yml/badge.svg)](https://github.com/scito/extract_otp_secrets/actions/workflows/ci_docker.yml) [![CI docker](https://github.com/scito/extract_otp_secrets/actions/workflows/ci_docker.yml/badge.svg)](https://github.com/scito/extract_otp_secrets/actions/workflows/ci_docker.yml)
![coverage](https://img.shields.io/badge/coverage-92%25-brightgreen) ![coverage](https://img.shields.io/badge/coverage-95%25-brightgreen)
[![License](https://img.shields.io/github/license/scito/extract_otp_secrets)](https://github.com/scito/extract_otp_secrets/blob/master/LICENSE) [![License](https://img.shields.io/github/license/scito/extract_otp_secrets)](https://github.com/scito/extract_otp_secrets/blob/master/LICENSE)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/scito/extract_otp_secrets?sort=semver)](https://github.com/scito/extract_otp_secrets/releases/latest) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/scito/extract_otp_secrets?sort=semver)](https://github.com/scito/extract_otp_secrets/releases/latest)
![python versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue) ![python versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue)
@ -698,7 +698,7 @@ There is a Bash script for a full local build including linting and type checkin
``` ```
or or
```bash ```bash
PYTHON=python3.11 PIP=pip3.11 DOCKER="podman" ./build.sh -d PYTHON=python3.11 PIP=pip3.11 DOCKER="sudo podman" ./build.sh -d
``` ```
Linux or WSL2 Linux: Linux or WSL2 Linux:
```bash ```bash