Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Updated codecov token in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemoore committed Jul 25, 2016
1 parent 8f807bb commit ca4a466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand All @@ -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'
},
Expand Down

0 comments on commit ca4a466

Please sign in to comment.