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

dkopecek / usbguard / 421 / 6
47%
master: 47%

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

29 Dec 2016 11:49PM UTC coverage: 50.164%. Remained the same
COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared"

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

Source Files on job 421.6 (COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 421
  • Travis Job 421.6
  • e8a20c1d on github
  • Prev Job for COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared" on master (#420.6)
  • Next Job for COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared" on master (#422.6)
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