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

deltachat / deltachat-node / 1469
44%

Build:
DEFAULT BRANCH: master
Ran 17 Jun 2019 08:16PM UTC
Jobs 1
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

pending completion
1469

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

Jobs
ID Job ID Ran Files Coverage
1 1469.1 (BUILD_CMD=prebuild BUILD_GROUP=linux-x64) 17 Jun 2019 08:16PM UTC 0
52.42
Travis Job 1469.1
Source Files on build 1469
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1469
  • 6c0a56af on github
  • Prev Build on master (#1466)
  • Next Build on master (#1485)
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