Skip to content

Commit

Permalink
Update url-parse
Browse files Browse the repository at this point in the history
Signed-off-by: Yixing Jia<yixingj@vmware.com>
  • Loading branch information
yixingjia committed Nov 30, 2021
1 parent eecb073 commit a610ee0
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aggregator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
with:
flags: aggregator #Flag the upload to group coverage metrics (unittests, uitests, etc.). Multiple flags are separated by a comma (ui,chrome)
name: codecov-aggregator #Custom defined name for the upload
fail_ci_if_error: true #Specify if CI pipeline should fail when Codecov runs into errors during upload. Defaults to false
fail_ci_if_error: true #Specify if CI pipeline should fail when Codecov runs into errors during upload. Defaults to false
4 changes: 2 additions & 2 deletions .github/workflows/flowgate-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
with:
flags: api
name: codecov-flowgate-api
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/infoblox-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
with:
flags: infoblox
name: codecov-infoblox-worker
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/labsdb-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
with:
flags: labsdb
name: codecov-labsdb-worker
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
with:
flags: management
name: codecov-management
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/nlyte-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
with:
flags: nlyte
name: codecov-nlyte-worker
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/openmanage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
with:
flags: openmanage
name: codecov-openmanage
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/poweriq-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
with:
flags: poweriq
name: codecov-poweriq-worker
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/vc-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
with:
flags: vc
name: codecov-vc-worker
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/vro-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -32,4 +32,4 @@ jobs:
with:
flags: vro
name: codecov-vro-worker
fail_ci_if_error: true
fail_ci_if_error: true
18 changes: 6 additions & 12 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ts-node": "^3.0.4",
"tslint": "~6.1.0",
"typescript": "^4.0.5",
"url-parse": "^1.5.0",
"url-parse": "^1.5.2",
"y18n": "^4.0.1"
}
}

0 comments on commit a610ee0

Please sign in to comment.