diff --git a/.github/workflows/zulip-ci.yml b/.github/workflows/zulip-ci.yml index a7523d3031..6424d41911 100644 --- a/.github/workflows/zulip-ci.yml +++ b/.github/workflows/zulip-ci.yml @@ -235,14 +235,6 @@ jobs: mv ./var/.coverage ./.coverage . /srv/zulip-py3-venv/bin/activate || true - # TODO: Check that the next release of codecov doesn't - # throw find error. - # codecov==2.0.16 introduced a bug which uses "find" - # for locating files which is buggy on some platforms. - # It was fixed via https://github.com/codecov/codecov-python/pull/217 - # and should get automatically fixed here once it's released. - # We cannot pin the version here because we need the latest version for uploading files. - # see https://community.codecov.io/t/http-400-while-uploading-to-s3-with-python-codecov-from-travis/1428/7 pip install codecov && codecov || echo "Error in uploading coverage reports to codecov.io." - name: Store Puppeteer artifacts