Add timeout to POST request #19

Merged
luketainton merged 4 commits from fix/sc-reqtimeout into main 2022-12-30 21:45:43 +01:00
2 changed files with 5 additions and 13 deletions
Showing only changes of commit ae13c34818 - Show all commits

View File

@ -33,6 +33,7 @@ jobs:
run: | run: |
coverage run -m pytest -v --junitxml=testresults.xml coverage run -m pytest -v --junitxml=testresults.xml
coverage xml coverage xml
sed -i 's/\/home\/runner\/work\/epage\/epage\//\/github\/workspace\//g' coverage.xml
- name: SonarCloud Scan - name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master uses: SonarSource/sonarcloud-github-action@master
env: env: