Skip to content

Commit

Permalink
Allow check to continue even if MishaKav/pytest-coverage-comment fails
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bcantoni committed Nov 10, 2023
1 parent b924294 commit ca4f9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: pytest --junitxml=pytest.xml --cov=tableauserverclient test/ | tee pytest-coverage.txt

- name: Comment on pull request with coverage
continue-on-error: true
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: ./pytest-coverage.txt

0 comments on commit ca4f9be

Please sign in to comment.