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

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

Build:
Build:
LAST BUILD BRANCH: release/0.15.0
DEFAULT BRANCH: master
Ran 10 Jun 2020 05:18AM UTC
Jobs 1
Files 73
Run time 8s
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

08 Jun 2020 11:37AM UTC coverage: 87.692%. Remained the same
#7690

push

travis-ci

web-flow
Pin Emscripten toolchain to 1.39.16-fastcomp (#653)

Starting with Emscripten 1.39.17-fastcomp, the compiler is now printing
warnings, urging to migrate to the upstream flavor:

    emcc: error: the fastomp compiler is deprecated.  Please switch
    to the upstream llvm backend as soon as possible and open issues
    if you have trouble doing so [-Wfastcomp] [-Werror]

Unfortunately, we cannot migrate at the moment because the upstream
compiler is not able to build and link everything. While we're
investigating the issues, we need this warning gone -- we keep
a non-negotiable "treat warnings as errors" policy.

We cannot suppress this particular warning with "-Wno-fastcomp" because
it affects the BoringSSL build as well. They have "-Wall" added *after*
all custom flags so we are not able to suppress this warning there.

Therefore, for the time being, let's pin Emscripten toolchain to the
latest good version that does not emit warnings. I got the message,
I'll work on supporting the upstream flavor in the next release.

3776 of 4306 relevant lines covered (87.69%)

19299.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #7690.1 10 Jun 2020 05:18AM UTC 0
87.69
Source Files on build #7690
Detailed source file information is not available for this build.
  • Back to Repo
  • 65392164 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