• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LordFckHelmchen / wrath-and-glory-space-hulk-generator / 20365304767
75%

Build:
DEFAULT BRANCH: main
Ran 19 Dec 2025 09:11AM UTC
Jobs 1
Files 26
Run time 380min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Dec 2025 09:10AM UTC coverage: 75.237%. Remained the same
20365304767

push

github

web-flow
ci: Consolidate workflows using single orchestrator with workflow_call (#38)

This PR implements workflow_call to organize GitHub Actions for better
tracking and orchestration.
Fixes LordFckHelmchen/wrath-and-glory-space-hulk-generator#34

### Architecture

**Master Orchestrator:**
- **workflows.yml**: Single orchestrator file that manages all workflows

**Reusable Workflows (all using workflow_call):**
- **unittest.yml**: PyTest with coverage
- **linting.yml**: prek linting
- **release.yml**: Semantic release

### Workflow Execution Flow

**On PR (opened, reopened, or synchronized):**
```
workflows.yml
  ├─> unittest.yml (parallel)
  └─> linting.yml (parallel)
```

**On push to main or manual trigger:**
```
workflows.yml
  ├─> unittest.yml (parallel)
  ├─> linting.yml (parallel)
  └─> [wait for both]
      └─> release.yml
```

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: LordFckHelmchen <49307469+LordFckHelmchen@users.noreply.github.com>

556 of 739 relevant lines covered (75.24%)

0.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20365304767.1 19 Dec 2025 09:11AM UTC 26
75.24
GitHub Action Run
Source Files on build 20365304767
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20365304767
  • 2e2ca275 on github
  • Prev Build on main (#20346513810)
  • Next Build on main (#20365575356)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc