From fe83cd3555d44461705227aeb1b6b607cbad411e Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Thu, 13 Jun 2024 16:49:05 +0100 Subject: [PATCH] fix(ci): remove `coverage` steps of `test` `ci` --- .github/workflows/ci.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0573752..e21a125 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,15 +45,15 @@ jobs: - name: Run pytest run: poetry run pytest - - name: Python Coverage Comment - uses: py-cov-action/python-coverage-comment-action@v3 - with: - GITHUB_TOKEN: ${{ github.token }} - - - - name: Store Pull Request comment to be posted - uses: actions/upload-artifact@v4 - if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' - with: - # If you use a different name, update COMMENT_ARTIFACT_NAME accordingly - name: python-coverage-comment-action + # - name: Python Coverage Comment + # uses: py-cov-action/python-coverage-comment-action@v3 + # with: + # GITHUB_TOKEN: ${{ github.token }} + # + # + # - name: Store Pull Request comment to be posted + # uses: actions/upload-artifact@v4 + # if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' + # with: + # # If you use a different name, update COMMENT_ARTIFACT_NAME accordingly + # name: python-coverage-comment-action