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

hajee / easy_type / 764
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: jenkins
DEFAULT BRANCH: master
Ran 14 Jul 2017 05:55PM UTC
Jobs 6
Files 64
Run time 4min
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

pending completion
764

push

travis-ci

Rui Abreu Ferreira
Implement server_address()

When creating a local socket/pipe (server_start()) Neovim used vim_tempname() to
generate a unique socket path. For Windows UNIX filepaths cannot be used as
pipe names (they must start with \\.\pipe\). This commit replaces the use of
vim_tempname() for server addresses with server_address().

server_address() generates unique names for local sockets/pipes - for UNIX
it uses vim_tempname(), for Windows generates names in the form

    \\.\pipe\nvim-PID-COUNTER

where PID is the current process id, and COUNTER is a static uint32_t counter
incremented with every call. This function is now used for server_start() and
server_init() when no address is available.

2148 of 2583 relevant lines covered (83.16%)

39.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 764.1 (CI_TARGET=clint) 14 Jul 2017 05:55PM UTC 0
83.16
Travis Job 764.1
2 764.2 (GCOV=gcov-5) 14 Jul 2017 05:56PM UTC 0
83.16
Travis Job 764.2
3 764.3 (GCOV=gcov-5 BUILD_32BIT=ON) 14 Jul 2017 05:58PM UTC 0
83.16
Travis Job 764.3
4 764.4 (GCOV=llvm-cov-3.6 CLANG_SANITIZER=ASAN_UBSAN) 14 Jul 2017 05:58PM UTC 0
83.16
Travis Job 764.4
5 764.5 (GCOV=llvm-cov-3.6 CLANG_SANITIZER=MSAN) 14 Jul 2017 05:59PM UTC 0
83.16
Travis Job 764.5
6 764.6 (CLANG_SANITIZER=TSAN) 14 Jul 2017 05:59PM UTC 0
83.16
Travis Job 764.6
Source Files on build 764
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #764
  • 8e90552a 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