1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-13 11:29:17 +00:00

Added ObjectUtil

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-09-11 10:43:07 +02:00
parent 6269f5c27e
commit 7e3fe2f7f1
12 changed files with 312 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn
- run: yarn workspaces run build
- run: yarn workspaces run test
# You may pin to the exact commit or the version.
@ -32,4 +32,4 @@ jobs:
- uses: codecov/codecov-action@v1.0.13
with:
# Comma-separated list of files to upload
files: ./packages/url-manager/coverage/coverage-final.json # optional
files: ./packages/url-manager/coverage/coverage-final.json,./packages/object-util/coverage/coverage-final.json # optional