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

tpm2-software / tpm2-tss / 1893 / 5
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2019 05:41PM UTC
Files 1732
Run time 222min
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

07 Feb 2019 04:31PM UTC coverage: 84.359%. Remained the same
WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable

push

travis-ci

tstruk
build: remove fake config.h

When ac config header was introduced and the C files included
config.h header it created a problem for windows build, where
the config.h file was never generated. To solve this windows
build problem an empty file was added to satisfy the
#include <config.h> on windows.
This created a different problem though. The problem is solely
git related. When configure generates the header with different
configuration values then git status treats this auto-generated
updates as legitimate code changes and "git commit -a ..." will
add the changes to the commit.
It can be worked around locally by
git update-index --assume-unchanged config.h or
git update-index --skip-worktree config.h but there is no good
way to enforce this on remote repo and propagate it to clones.
To avoid that we remove the header from tracked files and only
include this file on systems different than windows.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>

17059 of 20222 relevant lines covered (84.36%)

183.64 hits per line

Source Files on job 1893.5 (WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable)
  • Tree
  • List 0
  • Changed 12
  • Source Changed 12
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 985
  • Travis Job 1893.5
  • 301058ed on github
  • Prev Job for WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable on master (#1892.5)
  • Next Job for WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable on master (#1897.5)
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