diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-19 17:42:44 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-19 17:42:44 -0700 |
| commit | 69a53bcee5dd3044a3f245ebb2a5c11fe0a8a1ff (patch) | |
| tree | dbcf3261cbfb2af3ea0b68356ec11d2950a0ef3b | |
| parent | 6b33db119a7af43cd711ede21843b4ed0c72f76e (diff) | |
README: add badges for license and code coverage
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ # fscrypt [](https://github.com/google/fscrypt/releases) -[](https://godoc.org/github.com/google/fscrypt) [](https://travis-ci.org/google/fscrypt) +[](https://coveralls.io/github/google/fscrypt?branch=master) +[](https://godoc.org/github.com/google/fscrypt) [](https://goreportcard.com/report/github.com/google/fscrypt) +[](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). |