mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	github: Run Codecov even if builds should be skipped
This commit is contained in:
		
							parent
							
								
									2221686dc6
								
							
						
					
					
						commit
						eab92be7ca
					
				
							
								
								
									
										3
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							@ -11,7 +11,7 @@ env:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  pre_job:
 | 
			
		||||
    # continue-on-error: true # Uncomment once integration is finished
 | 
			
		||||
    continue-on-error: true
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    # Map a step output to a job output
 | 
			
		||||
    outputs:
 | 
			
		||||
@ -97,7 +97,6 @@ jobs:
 | 
			
		||||
  coverage:
 | 
			
		||||
    name: Code coverage
 | 
			
		||||
    needs: pre_job
 | 
			
		||||
    if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout sources
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user