forked from toolshed/abra-bash
		
	Use kcov image
This commit is contained in:
		@ -15,9 +15,8 @@ steps:
 | 
			
		||||
      - bats test.bats
 | 
			
		||||
 | 
			
		||||
  - name: collect code coverage
 | 
			
		||||
    image: alpine:latest
 | 
			
		||||
    image: kcov/kcov:latest
 | 
			
		||||
    commands:
 | 
			
		||||
      - apk add kcov
 | 
			
		||||
      - mkdir -p coverage
 | 
			
		||||
      - kcov coverage abra
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user