mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	Update pytest.yml
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/pytest.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pytest.yml
									
									
									
									
										vendored
									
									
								
							| @@ -18,8 +18,8 @@ jobs: | |||||||
|         pip install -r requirements_dev.txt |         pip install -r requirements_dev.txt | ||||||
|     - name: Test with pytest |     - name: Test with pytest | ||||||
|       run: | |       run: | | ||||||
|         pip install pytest pytest-cov |         mkdir -p junit | ||||||
|         pytest test/ --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html |         pytest test/ --doctest-modules --junitxml=junit/test-results.xml --cov=superfaktura --cov-report=xml --cov-report=html | ||||||
|     - name: Upload pytest test results |     - name: Upload pytest test results | ||||||
|       uses: actions/upload-artifact@v4 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user