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

k-takata / vim / 356 / 14
82%
master: 84%

Build:
Build:
LAST BUILD BRANCH: use-check-commands
DEFAULT BRANCH: master
Ran 14 Dec 2019 05:09AM UTC
Files 112
Run time 6s
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

14 Dec 2019 04:54AM UTC coverage: 2.395%. First build
BUILD=no TEST=unittests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=yes

push

travis-ci

k-takata
Revise version.h

The comment in version.h says:

> This doesn't use string concatenation, some compilers don't support it.

However, we already use C89 and partly C99. I don't think that we still
need to care about such old compilers.
Use string concatenation and stringizing to avoid duplication.

Also add #ifndef around `VIM_VERSION_PATCHLEVEL`. Similar thing was done
at 8.1.1404 for nsis script, but I think this is also useful for version.h
and vim.rc. 8.1.2138 was not enough to set the patchlevel easily.
(See also #5045.)

3158 of 131863 relevant lines covered (2.39%)

220.75 hits per line

Source Files on job 356.14 (BUILD=no TEST=unittests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=yes)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 339
  • Travis Job 356.14
  • 3c175d4d on github
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