travis include-pattern
This commit is contained in:
		
							parent
							
								
									54cff44b4a
								
							
						
					
					
						commit
						a5ff52541e
					
				| @ -31,7 +31,7 @@ after_success: | | ||||
|   wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && | ||||
|   tar xzf master.tar.gz && mkdir kcov-master/build && cd kcov-master/build && cmake .. && make && make install DESTDIR=../tmp && cd ../.. && | ||||
|   ls target/release && | ||||
|   ./kcov-master/tmp/usr/local/bin/kcov --coveralls-id=${COVERALLS_TOKEN} --exclude-pattern=/.cargo target/kcov target/release/deps/ethcore-* && | ||||
|   ./kcov-master/tmp/usr/local/bin/kcov --coveralls-id=${COVERALLS_TOKEN} --exclude-pattern=/.cargo --include-pattern=ethcore/src target/kcov target/release/deps/ethcore-* && | ||||
|   [ $TRAVIS_BRANCH = master ] && | ||||
|   [ $TRAVIS_PULL_REQUEST = false ] && | ||||
|   [ $TRAVIS_RUST_VERSION = nightly ] && | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user