CI Workflow Map¶
Generated: 2026-05-28 01:32 UTC
9 workflows with 25 jobs
Workflows¶
| Workflow | File | Triggers | Jobs |
|---|---|---|---|
Tests & Analysis |
analysis.yml |
push(master), pull_request(master) |
3 |
CI |
ci.yml |
push(master), pull_request(master) |
10 |
Documentation |
docs.yml |
push(master), pull_request(master), workflow_dispatch |
2 |
Integration Tests |
integration.yml |
workflow_dispatch |
1 |
Publish inventory |
inventory.yml |
push(master), workflow_dispatch |
1 |
no-git-deps |
no-git-deps.yml |
push(master), workflow_call |
1 |
Release |
release.yml |
push, workflow_dispatch |
5 |
SonarQube Cloud |
sonar.yml |
push(master), pull_request(master), workflow_dispatch |
1 |
Sonar PR |
sonar_pr.yml |
workflow_run(Tests & Analysis) |
1 |
Jobs¶
| Workflow | Job | Needs | Uploads | Downloads |
|---|---|---|---|---|
Tests & Analysis |
Unit tests |
— | coveragepr |
— |
Tests & Analysis |
Ruff |
— | ruff |
— |
Tests & Analysis |
Bandit |
— | bandit |
— |
CI |
reuse |
— | — | — |
CI |
lint |
— | — | — |
CI |
docstring-coverage |
— | — | — |
CI |
dead-code |
— | — | — |
CI |
tach |
— | — | — |
CI |
security |
— | — | — |
CI |
import-linter |
— | — | — |
CI |
typecheck |
— | — | — |
CI |
Integration tests (host) |
— | — | — |
CI |
readme-check |
— | — | — |
Documentation |
build |
— | — | — |
Documentation |
deploy |
build |
— | — |
Integration Tests |
integration |
— | — | — |
Publish inventory |
publish |
— | — | — |
no-git-deps |
scan |
— | — | — |
Release |
no-git-deps |
— | — | — |
Release |
build |
no-git-deps |
dist |
— |
Release |
github-release |
build |
— | dist |
Release |
pypi-publish |
build |
— | dist |
Release |
testpypi-publish |
build |
— | dist |
SonarQube Cloud |
SonarQube Cloud |
— | — | — |
Sonar PR |
SonarQube Cloud |
— | — | prcoverageruffbandit |