mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Add codecov.io service support
This commit is contained in:
		| @@ -7,10 +7,16 @@ python: | |||||||
|   - "3.3" |   - "3.3" | ||||||
|   - "3.4" |   - "3.4" | ||||||
|   - "3.5" |   - "3.5" | ||||||
|  | after_success: | ||||||
|  |   - codecov | ||||||
|  | before_install: | ||||||
|  |   # codecov.io | ||||||
|  |   - pip install codecov pytest-cov | ||||||
| install: | install: | ||||||
|   - pip install -r requirements.txt |   - pip install -r requirements.txt | ||||||
|   - pip install --editable . |   - pip install --editable . | ||||||
| script: py.test | script: | ||||||
|  |   - py.test && py.test --cov-report xml --cov=certidude tests/ | ||||||
| cache: | cache: | ||||||
|   directories: |   directories: | ||||||
|     - $HOME/.cache/pip |     - $HOME/.cache/pip | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user