mirror of
				https://github.com/bspeice/qadapt
				synced 2025-10-31 01:20:36 -04:00 
			
		
		
		
	Don't include tests in codecov
This commit is contained in:
		| @ -56,7 +56,7 @@ after_success: | | ||||
|         rm -rf kcov-master && \ | ||||
|         for file in target/debug/*-*[^\.d]; do \ | ||||
|           mkdir -p "target/cov/$(basename $file)"; \ | ||||
|           ./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file"; \ | ||||
|           ./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib,tests/ --verify "target/cov/$(basename $file)" "$file"; \ | ||||
|         done && \ | ||||
|         bash <(curl -s https://codecov.io/bash) && \ | ||||
|         echo "Uploaded code coverage" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user