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 e898b19 commit 1b1e598Copy full SHA for 1b1e598
.circleci/config.yml
@@ -1,4 +1,6 @@
1
version: 2.1
2
+orbs:
3
+ codecov: codecov/codecov@1.0.4
4
jobs:
5
build:
6
working_directory: ~/react-forms
@@ -18,6 +20,6 @@ jobs:
18
20
- run:
19
21
name: test
22
command: yarn test
- - run:
- name: code-coverage
23
- command: './node_modules/.bin/nyc report --reporter=text-lcov'
+ - codecov/upload:
24
+ file: coverage/*.json
25
+ flags: frontend
0 commit comments