We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cf002 commit 6c6f79cCopy full SHA for 6c6f79c
.github/workflows/ci.yml
@@ -873,6 +873,7 @@ jobs:
873
- name: Comment coverage report on PR
874
if: github.event_name == 'pull_request'
875
uses: py-cov-action/python-coverage-comment-action@v3.38
876
+ continue-on-error: true
877
with:
878
GITHUB_TOKEN: ${{ github.token }}
879
MERGE_COVERAGE_FILES: false
0 commit comments