We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba13f6b commit 1a3f61eCopy full SHA for 1a3f61e
1 file changed
.github/workflows/unit_integration_test.yaml
@@ -92,6 +92,15 @@ jobs:
92
# - name: Upload Code Coverage
93
# if: ${{ contains('main', env.BUILD_TYPE) }}
94
# 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
101
+ run: |
102
+ apt-get update
103
+ apt-get install -y --no-install-recommends gnupg
104
105
- name: Upload Coverage
106
if: ${{ contains('coverage', env.BUILD_TYPE) }}
0 commit comments