From d1cf85dfdaab9a2ef6f779810fa3f613af452247 Mon Sep 17 00:00:00 2001 From: Juan Perata Date: Wed, 16 May 2018 15:16:10 -0500 Subject: [PATCH 1/3] Fix coveralls integration --- .coveralls | 1 + 1 file changed, 1 insertion(+) create mode 100644 .coveralls diff --git a/.coveralls b/.coveralls new file mode 100644 index 00000000..065c9aef --- /dev/null +++ b/.coveralls @@ -0,0 +1 @@ + repo_token: cOtrRCKk7L5iV7EVQkeIiKFpA6qaX6H1I From 99d0b48e01f9ea64367cf513e590b7a596d18130 Mon Sep 17 00:00:00 2001 From: Juan Perata Date: Wed, 16 May 2018 15:22:36 -0500 Subject: [PATCH 2/3] Fix coveralls file --- .coveralls | 1 - .coveralls.yml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .coveralls create mode 100644 .coveralls.yml diff --git a/.coveralls b/.coveralls deleted file mode 100644 index 065c9aef..00000000 --- a/.coveralls +++ /dev/null @@ -1 +0,0 @@ - repo_token: cOtrRCKk7L5iV7EVQkeIiKFpA6qaX6H1I diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 00000000..9aa54835 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +service_name: travis-ci +repo_token: cOtrRCKk7L5iV7EVQkeIiKFpA6qaX6H1I From 8015a545bd98c8b1e7f67bd353499b4652c9c135 Mon Sep 17 00:00:00 2001 From: Juan Perata Date: Wed, 16 May 2018 15:45:44 -0500 Subject: [PATCH 3/3] Remove .coveralls and update coveralls library --- .coveralls.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 9aa54835..00000000 --- a/.coveralls.yml +++ /dev/null @@ -1,2 +0,0 @@ -service_name: travis-ci -repo_token: cOtrRCKk7L5iV7EVQkeIiKFpA6qaX6H1I diff --git a/package.json b/package.json index 96643176..dcc3fb08 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/winston": "^2.3.6", "@types/wrench": "0.0.28", "codecov": "^2.3.0", - "coveralls": "^2.13.3", + "coveralls": "^3.0.1", "cross-spawn": "^5.1.0", "dotenv": "^2.0.0", "gulp": "^3.9.1",