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

exonum / exonum-java-binding / 2831 / 3
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2019 12:43PM UTC
Files 236
Run time 11s
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

05 Apr 2019 12:18PM UTC coverage: 86.054%. Remained the same
CHECK_RUST=false

push

travis-ci-com

web-flow
Fix the time-oracle scope [ECR-3091] (#823)

time oracle was incorrectly packaged in the QA service
artifact, causing TimeSchemaProxy to be loaded by the classloader
of that service artifact, which cannot link to an already loaded
by the application classloader java_bindings native library.

That's another reason to reconsider https://jira.bf.local/browse/ECR-3046
which would have provided a proper error message earlier.

Also, make isTimeServiceEnabled static as there is no reason
for it to be an instance method (and native already implemented
as for static):

pub extern "system" fn Java_com_exonum_binding_time_TimeSchemaProxy_isTimeServiceEnabled(
    _: JNIEnv,
    _: JClass, // <- !
) -> jboolean {

3542 of 4116 relevant lines covered (86.05%)

0.93 hits per line

Source Files on job 2831.3 (CHECK_RUST=false)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 908
  • Travis Job 2831.3
  • 5ee9ece6 on github
  • Prev Job for CHECK_RUST=false on master (#2827.3)
  • Next Job for CHECK_RUST=false on master (#2839.3)
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