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

valkyrjaio / project-template-ts / 30719889305 / 1
100%
26.x: 100%

Build:
DEFAULT BRANCH: 26.x
Ran 01 Aug 2026 09:48PM UTC
Files 1
Run time 0s
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

01 Aug 2026 09:47PM UTC coverage: 100.0%. Remained the same
30719889305.1

push

github

web-flow
[Workflow] ci: Update .github workflow refs to v26.18.2 (#86)

# Description

Update reusable workflow references from `valkyrjaio/.github` to release
`v26.18.2`.

## Types of changes

- [X] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [ ] Breaking change _(fix or feature that would cause existing
functionality to change)_
- [ ] Documentation improvement

## Changes

| File | Updated To |
|------|------------|
| `.github/workflows/cherry-pick-commits.yml` | `v26.18.2` |
| `.github/workflows/ci.yml` | `v26.18.2` |
| `.github/workflows/claude-review.yml` | `v26.18.2` |
| `.github/workflows/create-version-branch.yml` | `v26.18.2` |
| `.github/workflows/pr.yml` | `v26.18.2` |
| `.github/workflows/rebase-from-master.yml` | `v26.18.2` |
| `.github/workflows/rebase-to-master.yml` | `v26.18.2` |
| `.github/workflows/release-new-version.yml` | `v26.18.2` |
| `.github/workflows/restore-branch-from-backup.yml` | `v26.18.2` |
| `.github/workflows/update-dependencies.yml` | `v26.18.2` |


## Test fix

**`tests/Tests/Unit/Template/Constant/TemplateInfo.test.ts`** — assert
the shape of `VERSION` and `VERSION_BUILD_DATE_TIME`, not their exact
values.

The release workflow rewrites both constants in
`src/Template/Constant/TemplateInfo.ts`. The test asserted the literal
values `1.0.0` and `January 1 2025 00:00:00 MST`, so the first release
made the test fail. `Tools / Vitest / Vitest` is a required check, which
blocked every open pull request.

The test now matches a format:

- `VERSION` matches `^\d+\.\d+\.\d+$`.
- `VERSION_BUILD_DATE_TIME` matches `^[A-Z][a-z]+ \d{1,2} \d{4}
\d{2}:\d{2}:\d{2} MST$`, the format that `_get-version-for-release.yml`
writes with `date '+%B %-d %Y %T MST'`.

The PHP and Python templates already assert that these constants are set
rather t... (continued)

2 of 2 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 30719889305.1
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30719889305
  • 4f4e477b on github
  • Prev Job for on 26.x (#30646330570.1)
  • Next Job for on 26.x (#30723526289.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc