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

zopefoundation / persistent / 373 / 10
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: config-with-c-code-template-76e81852
DEFAULT BRANCH: master
Ran 25 Apr 2019 02:44PM UTC
Files 23
Run time 1s
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 Apr 2019 02:26PM UTC coverage: 100.0%. Remained the same
TERRYFY_PYTHON='macpython 3.5'

Pull #111

travis-ci

web-flow
Fix C compilation warning

gcc 8.3.0 emits this during python setup.py build:

persistent/cPersistence.c: In function ‘Per_repr’:
persistent/cPersistence.c:1481:44: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
         snprintf(buf, sizeof(buf) - 1, "%llx", oid_value);
                                         ~~~^   ~~~~~~~~~
                                         %lx

<stdint.h> defines standard macros such as PRId64, PRIu64 and PRIx64 for
printing {u,}int64_t values, so let's use them.
Pull Request #111: Fix C compilation warning

4507 of 4507 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 373.10 (TERRYFY_PYTHON='macpython 3.5')
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 122
  • Travis Job 373.10
  • b3853b4f on github
  • Prev Job for TERRYFY_PYTHON='macpython 3.5' on fix-c-warning (#368.10)
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