Skip to content

Commit

Permalink
fix(ci): remove coverage steps of test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jun 13, 2024
1 parent d53fbd8 commit fe83cd3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fe83cd3

Please sign in to comment.