diff --git a/.github/workflows/test-eynollah.yml b/.github/workflows/test-eynollah.yml index 4dedad2..5462f2e 100644 --- a/.github/workflows/test-eynollah.yml +++ b/.github/workflows/test-eynollah.yml @@ -51,7 +51,9 @@ jobs: - name: Get coverage results run: | coverage report --format=markdown >> $GITHUB_STEP_SUMMARY - coverage html json xml + coverage html + coverage json + coverage xml - name: Store coverage results uses: actions/upload-artifact@v4 with: