github_actions: Remove Codecov workaround.

Codecov has released the new version which fixes the find error.
Followup from 6a357ea114
This commit is contained in:
Aman Agrawal 2021-03-15 17:08:55 +00:00 committed by Tim Abbott
parent 76c69b943c
commit f2a137f863
1 changed files with 0 additions and 8 deletions

View File

@ -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