Skip to content

Commit 2b9b663

Browse files
authored
Merge pull request #1315 from tableau/silence-coverage-action
Allow check to continue even if MishaKav/pytest-coverage-comment fails
2 parents b924294 + ca4f9be commit 2b9b663

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)