We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba69eff commit 28ccdc2Copy full SHA for 28ccdc2
.github/workflows/coverage.yaml
@@ -20,5 +20,4 @@ jobs:
20
uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
21
with:
22
GITHUB_TOKEN: ${{ github.token }}
23
- MERGE_COVERAGE_FILES: true
24
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
.github/workflows/pytest.yaml
@@ -71,7 +71,6 @@ jobs:
71
72
73
MERGE_COVERAGE_FILES: true
74
- GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
75
- name: Store Pull Request comment to be posted
76
uses: actions/upload-artifact@v4
77
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
0 commit comments