mirror of https://github.com/citusdata/citus.git
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
parent
d022f80340
commit
e28683a025
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue