mirror of
				https://github.com/bspeice/qadapt
				synced 2025-11-03 18:10:37 -05:00 
			
		
		
		
	Don't always build code coverage
This commit is contained in:
		@ -41,6 +41,7 @@ script:
 | 
			
		||||
after_script: set +e
 | 
			
		||||
after_success: |
 | 
			
		||||
    # Build test coverage statistics
 | 
			
		||||
    if [ -z "$CODECOV" ]; then
 | 
			
		||||
        wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && \
 | 
			
		||||
        tar xzf master.tar.gz && \
 | 
			
		||||
        cd kcov-master && \
 | 
			
		||||
@ -56,6 +57,7 @@ after_success: |
 | 
			
		||||
        done && \
 | 
			
		||||
        bash <(curl -s https://codecov.io/bash) && \
 | 
			
		||||
        echo "Uploaded code coverage"
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
branches:
 | 
			
		||||
  only:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user