more codevoc
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/codecov.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/codecov.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,10 @@
 | 
			
		||||
language: php
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
    - vendor/bin/phpunit --coverage-clover coverage.xml
 | 
			
		||||
 | 
			
		||||
after_success:
 | 
			
		||||
    - bash <(curl -s https://codecov.io/bash)
 | 
			
		||||
steps:
 | 
			
		||||
- uses: actions/checkout@main
 | 
			
		||||
- uses: codecov/codecov-action@v1
 | 
			
		||||
@@ -5,4 +12,4 @@ steps:
 | 
			
		||||
    files: ./coverage1.xml,./coverage2.xml # optional
 | 
			
		||||
    flags: unittests # optional
 | 
			
		||||
    name: codecov-umbrella # optional
 | 
			
		||||
    fail_ci_if_error: true # optional (default = false
 | 
			
		||||
    fail_ci_if_error: true # optional (default = false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user