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