Upgrade codecov orb in circleci (#3945)

The only reason for this upgrade is to see if it will fix codecov
pushing the coverage many times to PRs, which is cluttering the PRs.

The reason for this change is that it is possible that "pushing many
times" is related to codecov internals so upgrading can help.
pull/3868/head
SaitTalhaNisanci 2020-06-30 11:33:21 +03:00 committed by GitHub
parent d022f80340
commit e28683a025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
codecov: codecov/codecov@1.1.0
azure-cli: circleci/azure-cli@1.0.0
jobs: