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.
2 parents b924294 + ca4f9be commit 2b9b663Copy full SHA for 2b9b663
.github/workflows/code-coverage.yml
@@ -33,6 +33,7 @@ jobs:
33
run: pytest --junitxml=pytest.xml --cov=tableauserverclient test/ | tee pytest-coverage.txt
34
35
- name: Comment on pull request with coverage
36
+ continue-on-error: true
37
uses: MishaKav/pytest-coverage-comment@main
38
with:
39
pytest-coverage-path: ./pytest-coverage.txt
0 commit comments