Update codecov version
This commit is contained in:
parent
5e2614f9f6
commit
640d1d1626
|
@ -5,7 +5,7 @@ version: 2.1
|
||||||
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
|
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
|
||||||
orbs:
|
orbs:
|
||||||
android: circleci/android@1.0.3
|
android: circleci/android@1.0.3
|
||||||
codecov: codecov/codecov@1.2.0
|
codecov: codecov/codecov@3.2.4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
|
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
|
||||||
|
@ -45,4 +45,4 @@ workflows:
|
||||||
# For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows
|
# For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows
|
||||||
dotests:
|
dotests:
|
||||||
jobs:
|
jobs:
|
||||||
- build-and-test
|
- build-and-test
|
||||||
|
|
Loading…
Reference in a new issue