Skip to content

Commit 6c6f79c

Browse files
authored
Allow failing collect coverage (baserow#4279)
1 parent 87cf002 commit 6c6f79c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ jobs:
873873
- name: Comment coverage report on PR
874874
if: github.event_name == 'pull_request'
875875
uses: py-cov-action/python-coverage-comment-action@v3.38
876+
continue-on-error: true
876877
with:
877878
GITHUB_TOKEN: ${{ github.token }}
878879
MERGE_COVERAGE_FILES: false

0 commit comments

Comments
 (0)