Skip to content

Commit 28ccdc2

Browse files
committed
More fixing of CI
1 parent ba69eff commit 28ccdc2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
2121
with:
2222
GITHUB_TOKEN: ${{ github.token }}
23-
MERGE_COVERAGE_FILES: true
2423
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/pytest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
with:
7272
GITHUB_TOKEN: ${{ github.token }}
7373
MERGE_COVERAGE_FILES: true
74-
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
7574
- name: Store Pull Request comment to be posted
7675
uses: actions/upload-artifact@v4
7776
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'

0 commit comments

Comments
 (0)