File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737        displayName : Install Packages 
3838      - script : npm test 
3939        displayName : Test 
40-       - script : npm run -s codecov 
40+       - script : npm run -s codecov -- -t $(CODECOV_TOKEN)  
4141        displayName : Send Coverage 
4242
4343  - job : tests_on_linux_with_eslint6 
5454        displayName : Install Packages 
5555      - script : npm test 
5656        displayName : Test 
57-       - script : npm run -s codecov 
57+       - script : npm run -s codecov -- -t $(CODECOV_TOKEN)  
5858        displayName : Send Coverage 
5959
6060  - job : tests_on_windows 
7070        displayName : Install Packages 
7171      - script : npm test 
7272        displayName : Test 
73-       - script : npm run -s codecov 
73+       - script : npm run -s codecov -- -t $(CODECOV_TOKEN)  
7474        displayName : Send Coverage 
7575
7676  - job : tests_on_macos 
8686        displayName : Install Packages 
8787      - script : npm test 
8888        displayName : Test 
89-       - script : npm run -s codecov 
89+       - script : npm run -s codecov -- -t $(CODECOV_TOKEN)  
9090        displayName : Send Coverage 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments