mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-10 17:00:04 +01:00
docs: fix coverage
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
1
.github/workflows/ci_docker.yml
vendored
1
.github/workflows/ci_docker.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://github.com/scito/extract_otp_secrets/actions/workflows/ci.yml)
|
[](https://github.com/scito/extract_otp_secrets/actions/workflows/ci.yml)
|
||||||
[](https://github.com/scito/extract_otp_secrets/actions/workflows/ci_docker.yml)
|
[](https://github.com/scito/extract_otp_secrets/actions/workflows/ci_docker.yml)
|
||||||

|

|
||||||
[](https://github.com/scito/extract_otp_secrets/blob/master/LICENSE)
|
[](https://github.com/scito/extract_otp_secrets/blob/master/LICENSE)
|
||||||
[](https://github.com/scito/extract_otp_secrets/releases/latest)
|
[](https://github.com/scito/extract_otp_secrets/releases/latest)
|
||||||

|

|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user