|
@@ -29,7 +29,6 @@ jobs:
|
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade pip
|
|
|
pip install -r requirements-dev.txt
|
|
pip install -r requirements-dev.txt
|
|
|
- name: Full test with pytest
|
|
- name: Full test with pytest
|
|
|
- if: ${{github.event.
|
|
|
|
|
run: pytest --cov=. --cov-config=.coveragerc --cov-report xml:coverage.xml
|
|
run: pytest --cov=. --cov-config=.coveragerc --cov-report xml:coverage.xml
|
|
|
- name: SonarCloud scan
|
|
- name: SonarCloud scan
|
|
|
uses: sonarsource/sonarcloud-github-action@master
|
|
uses: sonarsource/sonarcloud-github-action@master
|