Skip to content

Commit 76f4dc6

Browse files
authored
Merge pull request #52 from Mastercard/cormacdalton-fix-sonar
Update sonar.yml
2 parents f399221 + 6b76bb3 commit 76f4dc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
pip3 install -r requirements.txt
3333
pip3 install .
3434
pip3 install coverage
35+
pip3 install pytest
3536
- name: Run Tests
3637
run: |
37-
coverage run setup.py test
38+
coverage run -m pytest
3839
coverage xml
3940
- name: SonarCloud Scan
4041
uses: SonarSource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)