CI Workflow Map¶
Generated: 2026-04-04 03:23 UTC
6 workflows with 16 jobs
Workflows¶
| Workflow | File | Triggers | Jobs |
|---|---|---|---|
Tests & Analysis |
analysis.yml |
push(master), pull_request(master) |
4 |
CI |
ci.yml |
push(master), pull_request(master) |
7 |
Documentation |
docs.yml |
push(master), pull_request(master), workflow_dispatch |
2 |
Integration Tests |
integration.yml |
workflow_dispatch |
1 |
Release |
release.yml |
push |
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 |
— |
Tests & Analysis |
SonarQube Cloud |
unit-testsruffbandit |
— | coverageruffbandit |
CI |
reuse |
— | — | — |
CI |
lint |
— | — | — |
CI |
docstring-coverage |
— | — | — |
CI |
dead-code |
— | — | — |
CI |
tach |
— | — | — |
CI |
security |
— | — | — |
CI |
Integration tests (host) |
— | — | — |
Documentation |
build |
— | — | — |
Documentation |
deploy |
build |
— | — |
Integration Tests |
integration |
— | — | — |
Release |
build |
— | — | — |
Sonar PR |
SonarQube Cloud |
— | — | prcoverageruffbandit |