aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Roberts <william.c.roberts@intel.com>2017-12-04 16:10:28 -0800
committerPhilip Tricca <philip.b.tricca@intel.com>2017-12-05 13:57:14 -0500
commit14d344f98a8584a427c959897822a784ca7ab2d3 (patch)
treeb7d1577638153084d60ae0f800ef7e3dc843bcfc /README.md
parent313cea8ad79be86f116cc8eacb07c491ec683a7b (diff)
downloadtpm2-tss-14d344f98a8584a427c959897822a784ca7ab2d3.tar.gz
coveralls: enable coverage stats
Enable coveralls, which provides: 1. archival of coverage stats. 2. failure thresholds if patches reduce coverage by a certain amount. 3. public badging of current coverage. In order to enable it, one must have the coveralls command installed via pip as well as the COVERALLS_REPO_TOKEN set as the repo's token encrypted via travis encrypt. Signed-off-by: William Roberts <william.c.roberts@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 055f8910..baaa7361 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/intel/tpm2-tss.svg?branch=master)](https://travis-ci.org/intel/tpm2-tss)
[![Coverity Scan](https://img.shields.io/coverity/scan/3997.svg)](https://scan.coverity.com/projects/tpm2-tss)
+[![Coverage Status](https://coveralls.io/repos/github/01org/tpm2-tss/badge.svg?branch=master)](https://coveralls.io/github/01org/tpm2-tss?branch=master)
# Overview
This repository hosts source code implementing the Trusted Computing Group's (TCG) TPM2 Software Stack (TSS).