diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a778d294..65fb34c5 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -33,7 +33,7 @@ jobs: - name: Run unittest tests with coverage continue-on-error: true run: | - coverage run -m unittest discover tests + coverage run --source=scripts -m unittest discover tests - name: Generate coverage report run: |