File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636        run : make coverage 
3737
3838      - name : Upload to codecov.io 
39-         uses : codecov/codecov-action@v4.5 .0 
39+         uses : codecov/codecov-action@v4.6 .0 
4040        with :
4141          token : ${{ secrets.CODECOV_TOKEN }} 
4242          files : policies/coverage.json 
6767        run : npm run coverage 
6868
6969      - name : Upload to codecov.io 
70-         uses : codecov/codecov-action@v4.5 .0 
70+         uses : codecov/codecov-action@v4.6 .0 
7171        with :
7272          token : ${{ secrets.CODECOV_TOKEN }} 
7373          directory : frontend/coverage/ 
@@ -155,7 +155,7 @@ jobs:
155155          grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov 
156156
157157       - name : Upload to codecov.io 
158-         uses : codecov/codecov-action@v4.5 .0 
158+         uses : codecov/codecov-action@v4.6 .0 
159159        with :
160160          token : ${{ secrets.CODECOV_TOKEN }} 
161161          files : target/coverage/*.lcov 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments