Skip to content

Commit 02f7e71

Browse files
author
Max Prilutskiy
authored
feat(DIST-0): Added config for cc velocity (#170)
1 parent 9337f34 commit 02f7e71

File tree

4 files changed

+205
-10
lines changed

4 files changed

+205
-10
lines changed

.github/workflows/pull-request-next.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
- run: yarn install
2626
- run: yarn lerna run build
2727
- run: yarn lerna run lint
28-
- run: yarn lerna run test
28+
- uses: paambaati/[email protected]
29+
env:
30+
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
31+
with:
32+
coverageCommand: yarn jest --coverage
2933
functional:
3034
runs-on: ubuntu-latest
3135
steps:

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
projects: ['packages/*']
3+
}

packages/embed/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# [@typeform/embed-v1.0.0-next.2](https://github.com/Typeform/embed/compare/@typeform/embed-v1.0.0-next.1...@typeform/embed-v1.0.0-next.2) (2021-02-15)
22

3-
43
### Bug Fixes
54

6-
* **DIST-730:** Fix redraw issue ([a65076d](https://github.com/Typeform/embed/commit/a65076d057e003f1664f701633a43393d3b270cc))
5+
- **DIST-730:** Fix redraw issue ([a65076d](https://github.com/Typeform/embed/commit/a65076d057e003f1664f701633a43393d3b270cc))
76

87
# @typeform/embed-v1.0.0-next.1 (2021-02-11)
98

0 commit comments

Comments
 (0)