Skip to content

Commit ca4f9be

Browse files
committed
Allow check to continue even if MishaKav/pytest-coverage-comment fails
Right now this action is failing with what appears to be this issue: MishaKav/pytest-coverage-comment#68 It seems to be failing on PRs from outside contributors only, so making this change will let thoses PRs through while we sort this out.
1 parent b924294 commit ca4f9be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: pytest --junitxml=pytest.xml --cov=tableauserverclient test/ | tee pytest-coverage.txt
3434

3535
- name: Comment on pull request with coverage
36+
continue-on-error: true
3637
uses: MishaKav/pytest-coverage-comment@main
3738
with:
3839
pytest-coverage-path: ./pytest-coverage.txt

0 commit comments

Comments
 (0)