diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 77d62a5..fa379da 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -32,7 +32,7 @@ jobs: run: python -m pytest --junitxml=pytest.xml --cov=merkle_zeppelin | tee pytest-result.txt - name: Make comment with test coverage - uses: MishaKav/pytest-coverage-comment@v1.1.52 + uses: MishaKav/pytest-coverage-comment@v1.1.53 if: github.event_name != 'dependabot[bot]' with: pytest-coverage-path: ./pytest-result.txt