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:
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user