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

aremmell / libsir / 116
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: 20251203/johnsonjh/null
DEFAULT BRANCH: master
Ran 19 Aug 2023 05:15PM UTC
Jobs 1
Files 20
Run time 2s
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

19 Aug 2023 04:54PM UTC coverage: 94.832%. Remained the same
116

Pull #221

gitlab-ci

johnsonjh
Avoid potential warnings on some platforms

This can be observed with Oracle C with -m32:

* `warning: constant promoted to unsigned long`
* `warning: constant promoted to unsigned long long`

C standards require sizeof(long int) >= 4, and sizeof(int)
may be less than sizeof(long int), so this ensures the code
is valid for all platforms where CHAR_BIT >= 8. The actual
generated code for all our platforms remains unchanged.

Signed-off-by: Jeffrey H. Johnson <trnsz@pobox.com>
Pull Request #221: Avoid potential warnings on some platforms

4 of 4 new or added lines in 1 file covered. (100.0%)

3046 of 3212 relevant lines covered (94.83%)

1606789.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 116.1 19 Aug 2023 05:15PM UTC 0
94.83
Source Files on build 116
Detailed source file information is not available for this build.
  • Back to Repo
  • GitLab CI Build #116
  • Pull Request #221
  • PR Base - master (#115)
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