test integration
This commit is contained in:
		
							
								
								
									
										7
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
python_test:
 | 
			
		||||
  image: python:3.8.5
 | 
			
		||||
  script:
 | 
			
		||||
    - pip install --upgrade pip
 | 
			
		||||
    - pip install coverage
 | 
			
		||||
    - coverage run --source=src -m unittest discover
 | 
			
		||||
    - coverage report
 | 
			
		||||
		Reference in New Issue
	
	Block a user