Skip to content

Commit d789862

Browse files
committed
2 parents 5adca5a + c8cb37f commit d789862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- run:
2828
name: build
2929
command: yarn run prepublishOnly
30+
- run:
31+
name: upload test coverage
32+
command: yarn codecov || true
3033
- run:
3134
name: release
3235
command: yarn run semantic-release || true

0 commit comments

Comments
 (0)