We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f9211 commit 3715b70Copy full SHA for 3715b70
.circleci/config.yml
@@ -3,10 +3,8 @@
3
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
4
#
5
version: 2.1
6
-orbs:
7
- codecov: codecov/[email protected]
8
-jobs:
9
- build:
+executors:
+ default:
10
docker:
11
# specify the version you desire here
12
- image: circleci/node:11.10.1
@@ -15,9 +13,12 @@ jobs:
15
13
# CircleCI maintains a library of pre-built images
16
14
# documented at https://circleci.com/docs/2.0/circleci-images/
17
# - image: circleci/mongo:3.4.4
18
-
19
working_directory: ~/repo
20
+orbs:
+ codecov: codecov/[email protected]
+jobs:
+ setup:
21
+ executors: default
22
steps:
23
- checkout
24
0 commit comments