aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2017-07-19 18:17:29 -0700
committerGitHub <noreply@github.com>2017-07-19 18:17:29 -0700
commitd32430055414762d8c62db5595b461b3087ea760 (patch)
treed37a0569947deca92591bd996cd8df738101a3df /README.md
parent8f4830c7715e5719780f195ce3400b8768c30688 (diff)
parent16ec9949f831efd21c78d5f0cb589c40cbbeea33 (diff)
Merge pull request #27 from google/tests
coveralls: Adding Travis CI integration
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59df8e4..bf66feb 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
# fscrypt
[![GitHub version](https://badge.fury.io/gh/google%2Ffscrypt.svg)](https://github.com/google/fscrypt/releases)
-[![GoDoc](https://godoc.org/github.com/google/fscrypt?status.svg)](https://godoc.org/github.com/google/fscrypt)
[![Build Status](https://travis-ci.org/google/fscrypt.svg?branch=master)](https://travis-ci.org/google/fscrypt)
+[![Coverage Status](https://coveralls.io/repos/github/google/fscrypt/badge.svg?branch=master)](https://coveralls.io/github/google/fscrypt?branch=master)
+[![GoDoc](https://godoc.org/github.com/google/fscrypt?status.svg)](https://godoc.org/github.com/google/fscrypt)
[![Go Report Card](https://goreportcard.com/badge/github.com/google/fscrypt)](https://goreportcard.com/report/github.com/google/fscrypt)
+[![License](https://img.shields.io/badge/LICENSE-Apache2.0-ff69b4.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
fscrypt is a high-level tool for the management of
[Linux filesystem encryption](https://lwn.net/Articles/639427).