Skip to content

Commit 1a3f61e

Browse files
Updated unit integration test workflow 2
1 parent ba13f6b commit 1a3f61e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/unit_integration_test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ jobs:
9292
# - name: Upload Code Coverage
9393
# if: ${{ contains('main', env.BUILD_TYPE) }}
9494
# run: bash <(curl -s https://codecov.io/bash)
95+
- name: Run Build Coverage
96+
if: ${{ contains('coverage', env.BUILD_TYPE) }}
97+
run: ./scripts/build_coverage.sh --yaml --xml
98+
99+
- name: Install gpg
100+
if: ${{ contains('coverage', env.BUILD_TYPE) }}
101+
run: |
102+
apt-get update
103+
apt-get install -y --no-install-recommends gnupg
95104
96105
- name: Upload Coverage
97106
if: ${{ contains('coverage', env.BUILD_TYPE) }}

0 commit comments

Comments
 (0)