Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jun 27, 2019
1 parent 9a56922 commit 48dee92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
- run:
name: Test
command: yarn run test
- run:
name: Send Codecov report
command: yarn codecov
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
project:
default:
target: "1%"
patch:
enabled: false
comment: false

0 comments on commit 48dee92

Please sign in to comment.