rusackas commented on code in PR #28278: URL: https://github.com/apache/superset/pull/28278#discussion_r1585545095
########## .github/workflows/superset-python-integrationtest.yml: ########## @@ -67,6 +68,9 @@ jobs: ./scripts/python_tests.sh - name: Upload code coverage if: steps.check.outputs.python + continue-on-error: true # codecob is not critical and randomly fails at times Review Comment: ```suggestion continue-on-error: true # codecov is not critical and randomly fails at times ``` Code on the Cob?! Sign me up! This still upholds/blocks on the standards (e.g. core packages at 100% coverage) right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org