Add codecov badge (#7593)
* Add codecov badge * Update cov.sh remove coverall.io
This commit is contained in:
		
							parent
							
								
									df200d4284
								
							
						
					
					
						commit
						9083bec090
					
				@ -1,6 +1,7 @@
 | 
			
		||||
# [Parity](https://parity.io/) - fast, light, and robust Ethereum client
 | 
			
		||||
 | 
			
		||||
[](https://gitlab.parity.io/parity/parity/commits/master)
 | 
			
		||||
[](https://codecov.io/gh/paritytech/parity)
 | 
			
		||||
[](https://build.snapcraft.io/user/paritytech/parity)
 | 
			
		||||
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -20,9 +20,9 @@ mkdir -p $KCOV_TARGET
 | 
			
		||||
echo "Cover RUST"
 | 
			
		||||
for FILE in `find target/debug/deps ! -name "*.*"`
 | 
			
		||||
  do
 | 
			
		||||
   timeout --signal=SIGKILL 5m kcov --coveralls-id=$COVERALLS_TOKEN --exclude-pattern $EXCLUDE $KCOV_FLAGS $KCOV_TARGET $FILE
 | 
			
		||||
   timeout --signal=SIGKILL 5m kcov --exclude-pattern $EXCLUDE $KCOV_FLAGS $KCOV_TARGET $FILE
 | 
			
		||||
  done
 | 
			
		||||
timeout --signal=SIGKILL 5m kcov --coveralls-id=$COVERALLS_TOKEN --exclude-pattern $EXCLUDE $KCOV_FLAGS $KCOV_TARGET target/debug/parity-*
 | 
			
		||||
timeout --signal=SIGKILL 5m kcov --exclude-pattern $EXCLUDE $KCOV_FLAGS $KCOV_TARGET target/debug/parity-*
 | 
			
		||||
echo "Cover JS"
 | 
			
		||||
cd js
 | 
			
		||||
npm install&&npm run test:coverage
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user