diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index caaba95..25ef425 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -42,8 +42,9 @@ jobs: - name: Test with pytest and coverage run: pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=mvt tests/ | tee pytest-coverage.txt - name: Pytest coverage comment + continue-on-error: true # Workflows running on a fork can't post comments uses: MishaKav/pytest-coverage-comment@main if: github.event_name == 'pull_request' with: pytest-coverage-path: ./pytest-coverage.txt - junitxml-path: ./pytest.xml \ No newline at end of file + junitxml-path: ./pytest.xml