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

neovim / neovim / 2033
77%

Build:
DEFAULT BRANCH: master
Ran 17 May 2014 10:04AM UTC
Jobs 2
Files 208
Run time 5min
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
2033

push

travis-ci

tarruda
Replace if (ga->ga_len) with if (!GA_EMPTY(ga))

Used Coccinelle to perform the changes

```diff
@@
expression E;
statement S;
@@

(
- if (E.ga_len) S
+ if (!GA_EMPTY(&E)) S
|
- if (E->ga_len) S
+ if (!GA_EMPTY(E)) S
)
```

65053 of 115567 relevant lines covered (56.29%)

88892.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2033.1 (TRAVIS_BUILD_TYPE=clang/asan) 17 May 2014 10:09AM UTC 0
Travis Job 2033.1
3 2033.3 (TRAVIS_BUILD_TYPE=gcc/unittest) 17 May 2014 10:04AM UTC 0
Travis Job 2033.3
Source Files on build 2033
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2033
  • bd2ab0d8 on github
  • Prev Build on master (#2003)
  • Next Build on master (#2037)
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