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

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

Build:
Build:
LAST BUILD BRANCH: release/0.15.0
DEFAULT BRANCH: master
Ran 12 Jun 2020 02:28PM UTC
Jobs 1
Files 73
Run time 2min
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

12 Jun 2020 01:44PM UTC coverage: 87.692%. Remained the same
#7694

push

travis-ci

web-flow
Make Java source ASCII-only (#655)

Some Java compilers use US-ASCII encoding by default and issue warnings
when the source file contains non-ASCII characters. Some tests for novel
passphrase API must include non-ASCII data so we have to do this.

Replace non-ASCII characters with their ASCII analogues for JavaDoc
comments, or escape actual values in the source code. This makes Java
compilers happy. (In particular, our own BuildBot should stop being red
because of some Java compilers on 32-bit machines using ASCII.)

Set the encoding we pass to "javac" in Gradle files. This way our build
system will issue warnings--treated as errors--when non-ASCII characters
are used in Java source. Now if the users build Themis tests with their
own toolchain, their compilers will not issue warnings as well.

Kotlin source code is always UTF-8 by design and this cannot be changed.
We do not need to do anything for Kotlin, the tests may continue using
non-ASCII test strings.

3776 of 4306 relevant lines covered (87.69%)

19304.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #7694.1 12 Jun 2020 02:28PM UTC 0
87.69
Source Files on build #7694
Detailed source file information is not available for this build.
  • Back to Repo
  • c530260e 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