You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2019/05/09 10:01:52 UTC

[incubator-annotator] 03/09: Set coverage includes explicitly

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit a5578678e8b6b45d468c169886e8dbfef59bd597
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu May 9 02:55:48 2019 -0700

    Set coverage includes explicitly
---
 .nycrc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.nycrc b/.nycrc
index 39f606a..8ddd043 100644
--- a/.nycrc
+++ b/.nycrc
@@ -1,7 +1,7 @@
 {
-  "exclude": [
-    ".mocharc.js",
-    "packages/*/test"
+  "all": true,
+  "include": [
+    "packages/*/src/**/*.js"
   ],
   "instrument": false,
   "sourceMap": false,