summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-03-12 21:58:12 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-03-12 21:58:12 +0100
commit4bc807fcaa7137c8b855c5c0f34cc6a08e1c3a10 (patch)
treee89d5f9298582e172b60452580323264a9eeaef8
parent6c6a57949b024a9d847d1974db16f7feef07751d (diff)
Added coverage
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md1
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 587b6a78..fbb9803d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@
**Closed issues:**
+- Git commit signing [\#303](https://github.com/IJHack/QtPass/issues/303)
+- Measure unit-test code coverage [\#298](https://github.com/IJHack/QtPass/issues/298)
- Config dialog: Propose "Password behaviour" label change [\#294](https://github.com/IJHack/QtPass/issues/294)
- make install currently broken. [\#289](https://github.com/IJHack/QtPass/issues/289)
- There is no `git cp` [\#272](https://github.com/IJHack/QtPass/issues/272)
@@ -33,6 +35,7 @@
**Merged pull requests:**
+- Once again, code coverage [\#305](https://github.com/IJHack/QtPass/pull/305) ([tezeb](https://github.com/tezeb))
- Fixed path of resources.qrc [\#297](https://github.com/IJHack/QtPass/pull/297) ([sideeffect42](https://github.com/sideeffect42))
- Add pt\_PT translation [\#295](https://github.com/IJHack/QtPass/pull/295) ([keitalbame](https://github.com/keitalbame))
- Update README.md [\#293](https://github.com/IJHack/QtPass/pull/293) ([joostruis](https://github.com/joostruis))
diff --git a/README.md b/README.md
index 7f0191e9..7023ad04 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ QtPass
[![Build Status](https://travis-ci.org/IJHack/QtPass.svg?branch=master)](https://travis-ci.org/IJHack/QtPass)
[![Build status](https://ci.appveyor.com/api/projects/status/9rjnj72rdir7u9eg/branch/master?svg=true)](https://ci.appveyor.com/project/annejan/qtpass/branch/master)
[![Coverity scan](https://scan.coverity.com/projects/5266/badge.svg)](https://scan.coverity.com/projects/ijhack-qtpass)
+[![Coverage Status](https://coveralls.io/repos/github/IJHack/QtPass/badge.svg)](https://coveralls.io/github/IJHack/QtPass)
QtPass is a GUI for [pass](https://www.passwordstore.org/),
the standard unix password manager.