diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3418ae8..34f4964 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -36,7 +36,7 @@ jobs: - name: Run coverage run: | - coverage run ... + coverage run --source study_lyte -m pytest coverage report -m - name: Coverage Badge