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 @@ -171,10 +171,10 @@ jobs:
171171          args : --all-features 
172172        env :
173173          CARGO_INCREMENTAL : 0 
174-           RUSTFLAGS : " -Zprofile -Ccodegen-units=1 -Cinline -threshold=0 -Clink-dead-code -Coverflow-checks=off" 
175-           RUSTDOCFLAGS : " -Zprofile -Ccodegen-units=1 -Cinline -threshold=0 -Clink-dead-code -Coverflow-checks=off" 
174+           RUSTFLAGS : " -Zprofile -Ccodegen-units=1 -Cllvm-args=--inline -threshold=0 -Clink-dead-code -Coverflow-checks=off" 
175+           RUSTDOCFLAGS : " -Zprofile -Ccodegen-units=1 -Cllvm-args=--inline -threshold=0 -Clink-dead-code -Coverflow-checks=off" 
176176      - 
uses : 
actions-rs/[email protected]  177177        id : coverage 
178-       - uses : codecov/codecov-action@v1  
178+       - uses : codecov/codecov-action@v4  
179179        with :
180180          file : ${{ steps.coverage.outputs.report }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments