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

hajee / easy_type / 764 / 6
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: jenkins
DEFAULT BRANCH: master
Ran 14 Jul 2017 05:59PM UTC
Files 64
Run time 4s
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 Jul 2017 05:55PM UTC coverage: 83.159%. First build
CLANG_SANITIZER=TSAN

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%)

6.57 hits per line

Source Files on job 764.6 (CLANG_SANITIZER=TSAN)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 764
  • Travis Job 764.6
  • 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