Skip to content

Commit 822b63b

Browse files
committed
chore(project): Fix command to run codecov
1 parent ed8f918 commit 822b63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Build project
3333
- run: yarn build
3434
# Run tests for code coverage
35-
- run: yarn test:cov && codecov
35+
- run: yarn test:cov && yarn codecov
3636
# Release new version
3737
- run: npx semantic-release
3838

0 commit comments

Comments
 (0)