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

deltachat / deltachat-node / 1469 / 1
44%
master: 44%

Build:
DEFAULT BRANCH: master
Ran 17 Jun 2019 08:16PM UTC
Files 11
Run time 1s
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

17 Jun 2019 07:59PM UTC coverage: 52.418%. Remained the same
BUILD_CMD=prebuild BUILD_GROUP=linux-x64

push

travis-ci

ralphtheninja
Link with the dependencies of rust-core (#351)

* Link with the dependencies of rust-core

When linking against a static library you must explicitly link against
the dependencies of that static library.  These are the libraries
which rust itself links against to create libdeltachat.so, you can see
this using `readelf -d libdeltachat.so`.  The interesting thing is
that all these libraries are actually part of your libc.  And
depending on which libc and which version of libc you use, some
symbols may be available without extra linking.  So many people would
not have noticed these missing links.  There is no need to try to
detect exactly which links are needed since the loading only happens
lazily anyway, so needlessly linking against a lib which should always
be available anyway is fairly harmless.

* Attempt to deal with osx correctly

55 of 152 branches covered (36.18%)

Branch coverage included in aggregate %.

281 of 489 relevant lines covered (57.46%)

6.93 hits per line

Source Files on job 1469.1 (BUILD_CMD=prebuild BUILD_GROUP=linux-x64)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 373
  • Travis Job 1469.1
  • 6c0a56af on github
  • Prev Job for BUILD_CMD=prebuild BUILD_GROUP=linux-x64 on master (#1466.1)
  • Next Job for BUILD_CMD=prebuild BUILD_GROUP=linux-x64 on master (#1485.1)
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