Remove dependency on py
This commit is contained in:
parent
a65a518f87
commit
54c8f9ce9d
2
.github/workflows/ci-python.yml
vendored
2
.github/workflows/ci-python.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user