From 8856f648f62bdc0e7a56e71915d7629095ebc6b4 Mon Sep 17 00:00:00 2001 From: scito Date: Sun, 16 Nov 2025 16:05:18 +0100 Subject: [PATCH] docs: fix coverage --- .github/workflows/ci.yml | 1 + .github/workflows/ci_docker.yml | 1 + README.md | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0548ff4..32d1b8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: paths-ignore: - 'docs/**' - '**.md' + - 'build.sh' # pull_request: schedule: # Run daily on default branch diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml index 42fcf53..1f9226e 100644 --- a/.github/workflows/ci_docker.yml +++ b/.github/workflows/ci_docker.yml @@ -14,6 +14,7 @@ on: paths-ignore: - 'docs/**' - '**.md' + - 'build.sh' tags-ignore: - '**' # branches is needed if tags-ignore is used diff --git a/README.md b/README.md index 548098f..fbb28a6 100644 --- a/README.md +++ b/README.md @@ -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 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) [![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) @@ -698,7 +698,7 @@ There is a Bash script for a full local build including linting and type checkin ``` or ```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: ```bash