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

Tatsh / wiswa / 26270994017
100%

Build:
DEFAULT BRANCH: master
Ran 22 May 2026 05:53AM UTC
Jobs 5
Files 16
Run time 1min
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

22 May 2026 05:52AM UTC coverage: 100.0%. Remained the same
26270994017

push

github

Tatsh
templates/github/workflows: emit slashed paths for namespace modules

The PyInstaller and AppImage workflow templates' `paths:` push trigger
filter looped over `settings.modules` and emitted `{{ mod }}/**` directly
without converting the Python import-name dots to slashes. For a
project whose `primary_module_qualified` was `vendor.product.service`,
the generated workflow ended up with `vendor.product.service/**` which
never matches any real file — the workflow's `paths:` filter became a
silent dead trigger. (Wiswa's own `.github/workflows/pyinstaller.yml`
was hit by this: the path was `wiswa.tool/**` instead of `wiswa/tool/**`.)

The Jsonnet workflow generators already handle this with
`utils.moduleImportToPath(mod)`, and other parts of the Jinja templates
use `{{ ... | replace('.', '/') }}`. Apply the same `replace` filter to
the two J2 templates that loop over `settings.modules`. Add a regression
test that builds a project with a namespace-style
`primary_module_qualified = 'vendor.product.service'` and asserts that
the generated `pyinstaller.yml` / `appimage.yml` contain
`'vendor/product/service/**'` and do not contain
`'vendor.product.service/**'`.

The diff against this repo's own generated workflows (`wiswa.tool/**`
→ `wiswa/tool/**`) is included as proof the fix lands on real output.

Verified Blue-Army-style by stashing the J2 changes and re-running the
new test, which fails with the exact buggy substring.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

371 of 371 branches covered (100.0%)

Branch coverage included in aggregate %.

1943 of 1943 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26270994017.1 22 May 2026 05:53AM UTC 16
100.0
GitHub Action Run
2 26270994017.2 22 May 2026 05:53AM UTC 16
100.0
GitHub Action Run
3 26270994017.3 22 May 2026 05:53AM UTC 16
100.0
GitHub Action Run
4 26270994017.4 22 May 2026 05:53AM UTC 16
100.0
GitHub Action Run
5 26270994017.5 22 May 2026 05:53AM UTC 16
100.0
GitHub Action Run
Source Files on build 26270994017
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26270994017
  • ef3008fa on github
  • Prev Build on master (#26270860533)
  • Next Build on master (#26271312370)
  • 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