From ca4a466d2fced4510ab0bb630d0a34aeec69b20b Mon Sep 17 00:00:00 2001 From: Ed Moore Date: Mon, 25 Jul 2016 21:34:51 +0800 Subject: [PATCH] Updated codecov token in tests --- test/upload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/upload.js b/test/upload.js index d1b3609e..8ad3dfa9 100644 --- a/test/upload.js +++ b/test/upload.js @@ -13,7 +13,7 @@ describe("Codecov", function(){ it("can get upload to v2", function(done){ codecov.sendToCodecovV2('https://codecov.io', { - token: '473c8c5b-10ee-4d83-86c6-bfd72a185a27', + token: 'f881216b-b5c0-4eb1-8f21-b51887d1d506', commit: 'c739768fcac68144a3a6d82305b9c4106934d31a', branch: 'master' }, @@ -30,7 +30,7 @@ describe("Codecov", function(){ it("can get upload to v3", function(done){ codecov.sendToCodecovV3('https://codecov.io', { - token: '473c8c5b-10ee-4d83-86c6-bfd72a185a27', + token: 'f881216b-b5c0-4eb1-8f21-b51887d1d506', commit: 'c739768fcac68144a3a6d82305b9c4106934d31a', branch: 'master' },