Add timeout to POST request #19
							
								
								
									
										3
									
								
								.coveragerc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.coveragerc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| [coverage:run] | ||||
| relative_files = True | ||||
| branch = True | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -33,7 +33,7 @@ jobs: | ||||
|         run: | | ||||
|           coverage run -m pytest -v --junitxml=testresults.xml | ||||
|           coverage xml | ||||
|           sed -i 's/\/home\/runner\/work\/epage\/epage\//\/github\/workspace\//g' coverage.xml | ||||
|           sed -i 's/\/home\/runner\/work\/epage\/epage/\/github\/workspace/g' coverage.xml | ||||
|       - name: SonarCloud Scan | ||||
|         uses: SonarSource/sonarcloud-github-action@master | ||||
|         env: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user