Calcul de la couverture
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
		@@ -25,5 +25,5 @@ test:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  image: python:3-alpine
 | 
					  image: python:3-alpine
 | 
				
			||||||
  before_script:
 | 
					  before_script:
 | 
				
			||||||
    - pip install pytest --no-cache-dir
 | 
					    - pip install pytest pytest-cov --no-cache-dir
 | 
				
			||||||
  script: pytest --showlocals .
 | 
					  script: pytest --showlocals --cov=main --cov=main_test --cov-report=term-missing .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user