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

droidsolutions / job-service / 33165258633
85%
main: 88%

Build:
Build:
LAST BUILD BRANCH: dependabot/nuget/roslynator-cc459c380c
DEFAULT BRANCH: main
Ran 28 Aug 2026 10:57AM UTC
Jobs 1
Files 9
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

28 Aug 2026 10:56AM UTC coverage: 85.393%. First build
33165258633

Pull #1673

github

Kampfmoehre
ci: Set TZ in coverage job to fix coveralls reporter

The coverage job runs in mcr.microsoft.com/dotnet/sdk:10.0, which ships a
malformed timezone config: /etc/timezone contains "/UTC" and /etc/localtime
points at /usr/share/zoneinfo//UTC.

The coveralls reporter is a Crystal binary. Time::Location.load_local reads
/etc/timezone, gets "/UTC" and raises InvalidLocationNameError because a
location name may not start with "/", so the upload step aborts with exit 1:

  #<Time::Location::InvalidLocationNameError:Invalid location name: /UTC>

coverallsapp/github-action is pinned to v2.3.8, but it downloads the latest
reporter at run time, so this started without any change in this repo. The
last green run was 2026-08-13 20:06 UTC; coverage-reporter v0.6.18 was
published 2026-08-13 22:33 UTC. Every run since fails.

Setting TZ skips the /etc/timezone lookup entirely. Verified by running the
reporter against a real coverage.info inside the image: it crashes without TZ
and proceeds to upload with TZ=UTC.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015BX2NY9ozmWKHsifii1KYP
Pull Request #1673: ci: Set TZ in coverage job to fix coveralls reporter

101 of 130 branches covered (77.69%)

Branch coverage included in aggregate %.

507 of 582 relevant lines covered (87.11%)

5.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33165258633.1 28 Aug 2026 10:57AM UTC 9
85.39
GitHub Action Run
Source Files on build 33165258633
  • Tree
  • List 9
  • 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 #33165258633
  • Pull Request #1673
  • 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