Skip to content

Commit

Permalink
ci: Pin codecov version to avoid nondeterministic behaviour.
Browse files Browse the repository at this point in the history
* This fixes the gov find error when dicovering files.
From v2.0.16, codecov-python uses "find" to discover files which
is buggy on some platforms.
  • Loading branch information
amanagr committed May 14, 2020
1 parent 2bec5cd commit 6ebcfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -96,7 +96,7 @@ aliases:
name: upload coverage report
command: |
. /srv/zulip-py3-venv/bin/activate
pip install codecov && codecov \
pip install codecov==2.0.15 && codecov \
|| echo "Error in uploading coverage reports to codecov.io."
- &build_production
Expand Down

0 comments on commit 6ebcfc1

Please sign in to comment.