From fb08dd1585ba6796d56a66610db0bf355d86d981 Mon Sep 17 00:00:00 2001 From: David Patterson Date: Fri, 29 Apr 2016 22:42:39 -0500 Subject: [PATCH] Update README.md Added code coverage requirement. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f76c986..06f5bd2 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,4 @@ Swift Validator is written and maintained by Jeff Potter [@jpotts18](http://twit 3. Commit your changes `git commit -am 'Add some feature'` 4. Push to the branch `git push origin my-new-feature` 5. Create a new Pull Request +6. Make sure code coverage is above 70%