From 6b76bb320032d1ab04446625399e72280535e203 Mon Sep 17 00:00:00 2001 From: cormacdalton <145557886+cormacdalton@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:07:56 +0100 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index a7f7a60..985dd56 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -32,9 +32,10 @@ jobs: pip3 install -r requirements.txt pip3 install . pip3 install coverage + pip3 install pytest - name: Run Tests run: | - coverage run setup.py test + coverage run -m pytest coverage xml - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master