mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #4563 from ethereum/codecov-config
Add codecov config
This commit is contained in:
		
						commit
						d0bfe4b225
					
				| @ -200,7 +200,7 @@ jobs: | |||||||
|           command: build/test/soltest -t 'syntaxTest*' -- --no-ipc --testpath test |           command: build/test/soltest -t 'syntaxTest*' -- --no-ipc --testpath test | ||||||
|       - run: |       - run: | ||||||
|           name: Coverage of type checker |           name: Coverage of type checker | ||||||
|           command: codecov --flags type_checker --gcov-root build |           command: codecov --flags syntax --gcov-root build | ||||||
|       - run: *run_tests |       - run: *run_tests | ||||||
|       - run: |       - run: | ||||||
|           name: Coverage of all |           name: Coverage of all | ||||||
|  | |||||||
							
								
								
									
										18
									
								
								codecov.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								codecov.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,18 @@ | |||||||
|  | codecov: | ||||||
|  |   branch: develop | ||||||
|  | coverage: | ||||||
|  |   range: 70...100 | ||||||
|  |   status: | ||||||
|  |     project: | ||||||
|  |       default: | ||||||
|  |         target: auto | ||||||
|  |         paths: "!test/" | ||||||
|  |       syntax: | ||||||
|  |         target: auto | ||||||
|  |         paths: "libsolidity/analysis" | ||||||
|  |         flags: syntax | ||||||
|  |       tests: | ||||||
|  |         target: auto | ||||||
|  |         paths: "test/" | ||||||
|  | comment: | ||||||
|  |   layout: "reach, diff, flags" | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user