Add coveralls
Send test coverage statistics to coveralls to provide a visual way to monitor the progress of our testing suite.
This commit is contained in:
		
							parent
							
								
									35dbd00611
								
							
						
					
					
						commit
						74c3330669
					
				| @ -15,7 +15,11 @@ addons: | |||||||
| dist: trusty | dist: trusty | ||||||
| sudo: false | sudo: false | ||||||
| language: c | language: c | ||||||
| script: CFLAGS=-Werror make all dunstify test | before_install: | ||||||
|  |  - pip install --user cpp-coveralls | ||||||
|  | script: | ||||||
|  |  - CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test | ||||||
|  |  - coveralls | ||||||
| compiler: | compiler: | ||||||
|     - gcc |     - gcc | ||||||
|     - clang |     - clang | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| [](https://travis-ci.org/dunst-project/dunst) | [](https://travis-ci.org/dunst-project/dunst) [](https://coveralls.io/github/dunst-project/dunst?branch=master) | ||||||
| 
 | 
 | ||||||
| ## Dunst | ## Dunst | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis