fix: correct coverage report path

This commit is contained in:
2022-12-30 20:34:46 +00:00
parent 9ef59b7b72
commit ae13c34818

View File

@ -33,6 +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
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env: