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

MapColonies / shigola / 6596483b7
48%
master: 44%

Build:
Build:
LAST BUILD BRANCH: refactor/remove-unsupported-providers
DEFAULT BRANCH: master
Ran 25 Aug 2026 07:05AM UTC
Jobs 1
Files 203
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

25 Aug 2026 07:00AM UTC coverage: 47.662%. Remained the same
6596483b7

push

github

NivGreenstein
ci: make the CITE port genuinely overridable

87144cdf passed TEGOLA_PORT: ${{ env.SHIGOLA_PORT }} to the two suite steps,
but SHIGOLA_PORT was defined nowhere, so the expression rendered to the empty
string. It only behaved because run.sh reads ${TEGOLA_PORT:-8081}, and :-
treats empty as unset.

Declaring a workflow-level env: SHIGOLA_PORT default does not fix it: that
takes precedence over the runner's process environment, so SHIGOLA_PORT=9081
act ... would still get the literal. It moves the hardcode rather than removing
it.

Instead let both consumers resolve the variable from the environment with the
same shell expansion, and drop the two per-step rename blocks. run.sh now reads
SHIGOLA_PORT falling back to the pre-rename TEGOLA_PORT -- the SHIGOLA_*-over-
TEGOLA_* precedence internal/env.Getenv already uses -- so setting the variable
works whether the suite is driven by the workflow or invoked directly.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

9610 of 20163 relevant lines covered (47.66%)

205.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6596483b7.1 25 Aug 2026 07:05AM UTC 203
47.66
GitHub Action Run
Source Files on build 6596483b7
  • Tree
  • List 203
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6596483b on github
  • Prev Build on fix/land-ci-dependency-updates (#9918B0395)
  • Next Build on fix/land-ci-dependency-updates (#6BEC41A1F)
  • Delete
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