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

cossacklabs / themis / #7632
88%
master: 83%

Build:
Build:
LAST BUILD BRANCH: release/0.15.0
DEFAULT BRANCH: master
Ran 15 May 2020 05:45PM UTC
Jobs 1
Files 73
Run time 9s
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

15 May 2020 05:30PM UTC coverage: 87.707%. Remained the same
#7632

push

travis-ci

web-flow
Destructuring accessors for SecureCellData in Kotlin (#638)

* Destructuring accessors for SecureCellData in Kotlin

Kotlin supports tuples and destructuring assignment which results in
much nicer APIs with multiple return values. Implement special accessor
methods for SecureCellData to enable that.

These methods are not for general purpose use. They are expected to be
implicitly used in Kotlin when working with Token Protect mode, that's
why they also have @NotNull annotations -- as in Token Protect mode the
encrypted data and authentication token are always available.

* Replace Arrays.copyOf() calls

@NotNull annotations remove a layer of optionals, so instead of
ByteArray? results we are now dealing with just ByteArray, and
that means we can call copyOf() method directly instead of using
java.utils.Arrays.copyOf(). Replace the calls to make linter happy.

3767 of 4295 relevant lines covered (87.71%)

19341.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #7632.1 15 May 2020 05:45PM UTC 0
87.71
Source Files on build #7632
Detailed source file information is not available for this build.
  • Back to Repo
  • 77739f47 on github
  • Prev Build on HEAD
  • Next Build on HEAD
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