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

exabugs / node-searcher / 61
36%

Build:
DEFAULT BRANCH: master
Ran 30 Jul 2014 08:26AM UTC
Jobs 1
Files 7
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

pending completion
61

push

travis-ci

dpull
fix EditBox bug. When the the EditBox's parent node is added to a node, then set the position of the parent node, the position textField_'s is wrong.
CCEditBoX* pEdit = ...;
CCNode* pNode1 = ...;
CCNode* pNode2 = ...;

pNode1->AddChild(pEdit); // textField_'s is right
pNode2->AddChild(pNode1);// textField_'s is wrong(call by OnEnter)

169 of 446 relevant lines covered (37.89%)

2.51 hits per line

Jobs
ID Job ID Ran Files Coverage
2 61.2 (PLATFORM=nacl DEBUG=1) 30 Jul 2014 08:26AM UTC 0
37.89
Travis Job 61.2
Source Files on build 61
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #61
  • d5ee75f9 on github
  • Prev Build on master (#57)
  • Next Build on master (#627)
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