Remove dependency on py

This commit is contained in:
Luke Tainton 2023-02-28 16:19:09 +00:00 committed by GitHub
parent a65a518f87
commit 54c8f9ce9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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