coverage test
This commit is contained in:
parent
de4ca50d9b
commit
b42f53d174
|
|
@ -3,8 +3,8 @@ name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'pr-tag-update'
|
- 'edi-foundation-integration'
|
||||||
# - $default-branch
|
- $default-branch
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'VERSION'
|
- 'VERSION'
|
||||||
- '.bumpversion.cfg'
|
- '.bumpversion.cfg'
|
||||||
|
|
@ -89,7 +89,7 @@ jobs:
|
||||||
# ./.github/workflows/test.sh
|
# ./.github/workflows/test.sh
|
||||||
|
|
||||||
# BlackduckScan:
|
# BlackduckScan:
|
||||||
# #needs: [Init]
|
# needs: [Init]
|
||||||
# runs-on: builder_blr
|
# runs-on: builder_blr
|
||||||
# steps:
|
# steps:
|
||||||
# - name: checkout
|
# - name: checkout
|
||||||
|
|
@ -97,9 +97,19 @@ jobs:
|
||||||
|
|
||||||
# - name: blackduck scan
|
# - name: blackduck scan
|
||||||
# run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\Build\PS\Invoke-BlackduckDetect.ps1 -SourcePath ${{ github.workspace }} -ApiToken ${{ secrets.BLACKDUCK_TOKEN }}
|
# run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\Build\PS\Invoke-BlackduckDetect.ps1 -SourcePath ${{ github.workspace }} -ApiToken ${{ secrets.BLACKDUCK_TOKEN }}
|
||||||
|
|
||||||
|
# Fortify:
|
||||||
|
# needs: [Init]
|
||||||
|
# runs-on: builder_blr_2
|
||||||
|
# steps:
|
||||||
|
# - name: checkout
|
||||||
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# - name: Fortify scan
|
||||||
|
# run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1 -PublishAuthToken ${{ secrets.FORTIFY_TOKEN }}
|
||||||
|
|
||||||
CodeAnalysis:
|
CodeAnalysis:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: builder_blr
|
||||||
#needs: [Init]
|
#needs: [Init]
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
@ -124,18 +134,6 @@ jobs:
|
||||||
SONAR_HOST_URL: https://sonarqube.ta.philips.com/
|
SONAR_HOST_URL: https://sonarqube.ta.philips.com/
|
||||||
with:
|
with:
|
||||||
projectBaseDir: ${{ github.workspace }}
|
projectBaseDir: ${{ github.workspace }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Fortify:
|
|
||||||
# #needs: [Init]
|
|
||||||
# runs-on: builder_blr_2
|
|
||||||
# steps:
|
|
||||||
# - name: checkout
|
|
||||||
# uses: actions/checkout@v2
|
|
||||||
|
|
||||||
# - name: Fortify scan
|
|
||||||
# run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1 -PublishAuthToken ${{ secrets.FORTIFY_TOKEN }}
|
|
||||||
|
|
||||||
# Build:
|
# Build:
|
||||||
# needs: [Init]
|
# needs: [Init]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue