Skip to content

Commit

Permalink
ci: Add a job to create mapfile-based coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrZierhoffer committed Jan 15, 2025
1 parent 85ee9c6 commit f58e9c0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,23 @@ jobs:
data_v_line.zip.xz
data_v_toggle.zip.xz
data_v_branch.zip.xz
custom-coverage-report-mapped:
name: Custom coverage mapped report
runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ]
container: centos:8
needs: [custom-coverage-report]
env:
GHA_EXTERNAL_DISK: additional-tools
GHA_SA: gh-sa-veer-uploader

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Prepare Environment
run: _secret_prepare_env

- name: Generate custom mapped report
run: _secret_custom_report_mapfile

0 comments on commit f58e9c0

Please sign in to comment.