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
3 changed files with 8 additions and 13 deletions
Showing only changes of commit d40ee01a4a - Show all commits

3
.coveragerc Normal file
View File

@ -0,0 +1,3 @@
[coverage:run]
relative_files = True
branch = True

View File

@ -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: