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

thetic / mutiny / 24008437703
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: base-camp
DEFAULT BRANCH: main
Ran 05 Apr 2026 07:20PM UTC
Jobs 1
Files 77
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

05 Apr 2026 07:09PM UTC coverage: 98.971%. Remained the same
24008437703

Pull #25

github

thetic
Adopt stdint.h types for portability

- Use uintptr_t + PRIxPTR in hex_string_from(void*) and
  hex_string_from(void(*)()) instead of reinterpret_cast to
  unsigned long long, which is not guaranteed to hold a pointer
- Change get_time_in_millis return type from unsigned long to
  uint_least64_t to avoid narrowing from 64-bit platform APIs
  (GetTickCount64, gettimeofday) on Win64 where unsigned long is 32-bit
- Store time fields in Result and JUnit output as uint_least64_t;
  route time values through string_from() at print call sites to
  avoid overload ambiguity on 32-bit platforms where uint_least64_t
  differs from size_t
Pull Request #25: Adopt stdint.h types for portability

18 of 18 new or added lines in 5 files covered. (100.0%)

5576 of 5634 relevant lines covered (98.97%)

3625.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24008437703.1 05 Apr 2026 07:20PM UTC 77
98.97
GitHub Action Run
Source Files on build 24008437703
  • Tree
  • List 77
  • Changed 6
  • Source Changed 6
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24008437703
  • Pull Request #25
  • PR Base - main (#24008431033)
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