Remove dependency on py

This commit is contained in:
2023-02-28 16:19:09 +00:00
committed by GitHub
parent a65a518f87
commit 54c8f9ce9d

View File

@ -23,7 +23,7 @@ jobs:
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
- name: Unit Test
run: |
coverage run -m py.test -v --junitxml=testresults.xml
coverage run -m pytest -v --junitxml=testresults.xml
coverage xml
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
- name: SonarCloud Scan