Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions .github/workflows/test-all-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:

# Checkout Project
# Checkout Project
- name: 📚 Checkout
uses: actions/checkout@v2

Expand All @@ -24,14 +24,20 @@ jobs:
- name: ⏳ Install
run: yarn install

# Run Tests
- name: 🤔 Test
run: yarn test

# Run Linter
- name: 🤖 Lint
run: yarn run lint

# Run Test and Test Coverage
- name: 🤔 Test and Test Coverage
run: yarn run test:coverage

# Push Test Coverage to Coveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

# Build Packages for Testing
- name: 🔨 Build Packages
run: yarn run build
8 changes: 4 additions & 4 deletions examples/react/functional-component-ts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@


"@agile-ts/api@file:.yalc/@agile-ts/api":
version "0.0.7"
version "0.0.11"

"@agile-ts/core@file:.yalc/@agile-ts/core":
version "0.0.7"
version "0.0.11"

"@agile-ts/multieditor@file:.yalc/@agile-ts/multieditor":
version "0.0.7"
version "0.0.11"

"@agile-ts/react@file:.yalc/@agile-ts/react":
version "0.0.7"
version "0.0.11"

"@babel/code-frame@7.8.3":
version "7.8.3"
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"watch:multieditor": "cd packages/core && yarn run watch",
"watch:api": "cd packages/core && yarn run watch",
"test": "jest --passWithNoTests",
"test:coverage": "jest -i coverage --passWithNoTests",
"test:coverage": "jest --coverage",
"dev-publish": "lerna run build && lerna run dev-publish",
"dev-push": "lerna run build && lerna run dev-push",
"package-install": "lerna exec yarn install",
Expand All @@ -40,11 +40,12 @@
"@types/node": "^14.14.7",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"coveralls": "^3.1.0",
"eslint": "^7.17.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^11.1.0",
"eslint-config-node": "^4.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"nodemon": "^2.0.6",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


"@agile-ts/core@file:packages/core":
version "0.0.7"
version "0.0.11"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
version "7.12.11"
Expand Down Expand Up @@ -2964,6 +2964,17 @@ cosmiconfig@^5.1.0:
js-yaml "^3.13.1"
parse-json "^4.0.0"

coveralls@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.1.0.tgz#13c754d5e7a2dd8b44fe5269e21ca394fb4d615b"
integrity sha512-sHxOu2ELzW8/NC1UP5XVLbZDzO4S3VxfFye3XYCznopHy02YjNkHcj5bKaVw2O7hVaBdBjEdQGpie4II1mWhuQ==
dependencies:
js-yaml "^3.13.1"
lcov-parse "^1.0.0"
log-driver "^1.2.7"
minimist "^1.2.5"
request "^2.88.2"

cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down Expand Up @@ -5699,6 +5710,11 @@ latest-version@^5.0.0:
dependencies:
package-json "^6.3.0"

lcov-parse@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz#eb0d46b54111ebc561acb4c408ef9363bdc8f7e0"
integrity sha1-6w1GtUER68VhrLTECO+TY73I9+A=

lerna@^3.22.1:
version "3.22.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.22.1.tgz#82027ac3da9c627fd8bf02ccfeff806a98e65b62"
Expand Down Expand Up @@ -5896,6 +5912,11 @@ lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

log-driver@^1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==

loose-envify@^1.1.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
Expand Down