mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh -eux
 | |
| 
 | |
| cmake -DCOVERAGE=true .
 | |
| make 
 | |
| make test
 | |
| 
 | |
| pip install --user cpp-coveralls 'requests[security]'
 | |
| pwd
 | |
| coveralls --include 'src' --gcov-options '\-lp'
 |