@@ -13,13 +13,13 @@ describe("Codecov", function(){
1313 it ( "can get upload to v2" , function ( done ) {
1414 codecov . sendToCodecovV2 ( 'https://codecov.io' ,
1515 {
16- token : '473c8c5b-10ee-4d83-86c6-bfd72a185a27 ' ,
16+ token : 'f881216b-b5c0-4eb1-8f21-b51887d1d506 ' ,
1717 commit : 'c739768fcac68144a3a6d82305b9c4106934d31a' ,
1818 branch : 'master'
1919 } ,
2020 'testing node-' + codecov . version ,
2121 function ( body ) {
22- expect ( body ) . to . contain ( 'http://codecov.io/github/codecov/ci-repo?ref= c739768fcac68144a3a6d82305b9c4106934d31a' ) ;
22+ expect ( body ) . to . contain ( 'http://codecov.io/github/codecov/ci-repo/commit/ c739768fcac68144a3a6d82305b9c4106934d31a' ) ;
2323 done ( ) ;
2424 } ,
2525 function ( err ) {
@@ -30,13 +30,13 @@ describe("Codecov", function(){
3030 it ( "can get upload to v3" , function ( done ) {
3131 codecov . sendToCodecovV3 ( 'https://codecov.io' ,
3232 {
33- token : '473c8c5b-10ee-4d83-86c6-bfd72a185a27 ' ,
33+ token : 'f881216b-b5c0-4eb1-8f21-b51887d1d506 ' ,
3434 commit : 'c739768fcac68144a3a6d82305b9c4106934d31a' ,
3535 branch : 'master'
3636 } ,
3737 'testing node-' + codecov . version ,
3838 function ( body ) {
39- expect ( body ) . to . contain ( 'http://codecov.io/github/codecov/ci-repo?ref= c739768fcac68144a3a6d82305b9c4106934d31a' ) ;
39+ expect ( body ) . to . contain ( 'http://codecov.io/github/codecov/ci-repo/commit/ c739768fcac68144a3a6d82305b9c4106934d31a' ) ;
4040 done ( ) ;
4141 } ,
4242 function ( err ) {
0 commit comments