Skip to content

Commit 59d6d0c

Browse files
committed
ci(cov): update coverage tool: codecov
1 parent 1c3508f commit 59d6d0c

File tree

3 files changed

+138
-152
lines changed

3 files changed

+138
-152
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ jobs:
3232

3333
# run tests!
3434
- run: npm test
35+
36+
- run:
37+
name: Send code coverage
38+
command: './node_modules/.bin/codecov'

0 commit comments

Comments
 (0)