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

dkopecek / usbguard / 421
47%

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2016 12:00AM UTC
Jobs 1
Files 295
Run time 14s
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
421

push

travis-ci

dkopecek
Added missing include for read, write, close syscalls

Addressing:
```
src/Library/IPCClientPrivate.cpp: In static member function 'static
int32_t usbguard::IPCClientPrivate::qbPollWakeupFn(int32_t, int32_t,
void*)':
src/Library/IPCClientPrivate.cpp:34:34: error: 'read' was not declared
in this scope
     if (read(fd, &one, sizeof one) != sizeof one) {
                                  ^
src/Library/IPCClientPrivate.cpp: In member function 'void
usbguard::IPCClientPrivate::destruct()':
src/Library/IPCClientPrivate.cpp:91:21: error: 'close' was not declared
in this scope
     close(_wakeup_fd);
                     ^
In file included from src/Library/IPCClient.hpp:23:0,
                 from src/Library/IPCClientPrivate.hpp:22,
                 from src/Library/IPCClientPrivate.cpp:19:
src/Library/IPCClientPrivate.cpp: In member function 'void
usbguard::IPCClientPrivate::wakeup()':
src/Library/IPCClientPrivate.cpp:174:62: error: 'write' was not declared
in this scope
                            write(_wakeup_fd, &one, sizeof one) !=
sizeof one);
```

8394 of 16733 relevant lines covered (50.16%)

181.53 hits per line

Jobs
ID Job ID Ran Files Coverage
6 421.6 (COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared") 30 Dec 2016 12:00AM UTC 0
50.16
Travis Job 421.6
Source Files on build 421
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #421
  • e8a20c1d on github
  • Prev Build on master (#420)
  • Next Build on master (#422)
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