mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			261 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			261 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: node_js
 | |
| node_js:
 | |
| - 6
 | |
| os: linux
 | |
| cache:
 | |
|   yarn: true
 | |
| branches:
 | |
|   only:
 | |
|   - master
 | |
|   - dev
 | |
| install:
 | |
| - |
 | |
|     yarn install
 | |
| script:
 | |
| - |
 | |
|     npm run lint && npm run test
 | |
| after_success:
 | |
| - |
 | |
|     cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/codecov
 |