mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 00:27:39 +00:00 
			
		
		
		
	fix the grcov version
This commit is contained in:
		
							parent
							
								
									b156519e40
								
							
						
					
					
						commit
						eb59271d84
					
				
							
								
								
									
										7
									
								
								.github/workflows/cc.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/cc.yml
									
									
									
									
										vendored
									
									
								
							@ -45,10 +45,13 @@ jobs:
 | 
				
			|||||||
        RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests'
 | 
					        RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - id: coverage
 | 
					    - id: coverage
 | 
				
			||||||
      uses: actions-rs/grcov@v0.1
 | 
					      uses: SierraSoftworks/setup-grcov@v1
 | 
				
			||||||
 | 
					      with:
 | 
				
			||||||
 | 
					        github-token: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					        version: 0.9.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Upload coverage to Codecov
 | 
					    - name: Upload coverage to Codecov
 | 
				
			||||||
      uses: codecov/codecov-action@v3
 | 
					      uses: codecov/codecov-action@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        file: ${{ steps.coverage.outputs.report }}
 | 
					        file: ${{ steps.coverage.outputs.report }}
 | 
				
			||||||
        # Disable to avoid CI failure as following:
 | 
					        # Disable to avoid CI failure as following:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user