mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 08:56:36 +07:00 
			
		
		
		
	Use lcov.info for coverage
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/node-workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/node-workflow.yml
									
									
									
									
										vendored
									
									
								
							@ -48,4 +48,4 @@ jobs:
 | 
				
			|||||||
      - name: Send Coverage
 | 
					      - name: Send Coverage
 | 
				
			||||||
        continue-on-error: true
 | 
					        continue-on-error: true
 | 
				
			||||||
        timeout-minutes: 1
 | 
					        timeout-minutes: 1
 | 
				
			||||||
        run: curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/clover.xml -n github-actions-codecov-${{ matrix.operating-system }}
 | 
					        run: curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/lcov.info -n github-actions-codecov-${{ matrix.operating-system }}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user