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 85cd9d2 commit 244da23Copy full SHA for 244da23
.circleci/config.yml
@@ -44,6 +44,7 @@ jobs:
44
key: yarn-packages-v1-{{ .Branch }}-{{ checksum "packages/cubejs-server-core/yarn.lock" }}
45
46
- run: yarn lerna run --concurrency 1 --ignore @cubejs-backend/jdbc-driver --ignore @cubejs-client/playground test
47
+ - run: bash <(curl -s https://codecov.io/bash)
48
49
lint:
50
docker:
0 commit comments