Skip to content

Commit ff50a07

Browse files
committed
chore: remove tests from sonar cube yml
1 parent 0ec72d3 commit ff50a07

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/sast-sonarcloud.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install -r requirements.txt
3232
33-
- name: Run tests with coverage
34-
run: |
35-
poetry run pytest --cov=src --cov-report=xml --cov-report=term
36-
continue-on-error: true
37-
3833
- name: SonarCloud Scan
3934
uses: SonarSource/sonarqube-scan-action@v6.0.0
4035
with:

0 commit comments

Comments
 (0)