diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8350705..4d05b0a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -37,7 +37,8 @@ jobs: - name: Run coverage run: | coverage run --source study_lyte -m pytest - coverage json + coverage json -o ./coverage/coverage-summary.json + # Add this - name: Update Coverage Badge