Skip to content

Commit

Permalink
Update regression_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-ms authored Nov 21, 2023
1 parent 4995477 commit 708e29f
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@ jobs:
./test/guix_test/cmake/build/*.txt
./test/guix_test/cmake/build/*/Testing/**/*.xml
./test/guix_test/cmake/build/**/regression/output_files/*.bin
./test/guix_test/cmake/coverage_report/default_build_coverage
- name: Configure GitHub Pages
uses: actions/[email protected]

- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
path: ./test/guix_test/cmake/coverage_report/default_build_coverage

- name: Generate Code Coverage Summary
uses: irongut/[email protected]
Expand All @@ -67,6 +74,16 @@ jobs:
hide_complexity: true
output: file

- name: Create CheckRun for Code Coverage
uses: LouisBrunner/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Code Coverage
conclusion: ${{ job.status }}
output: |
{"summary":"Coverage Report"}
output_text_description_file: code-coverage-results.md

- name: Write Code Coverage Summary
run: |
echo -e "\n" >> code-coverage-summary.md
Expand All @@ -90,12 +107,7 @@ jobs:
pages: write
id-token: write

steps:
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
path: ./test/guix_test/cmake/coverage_report/default_build_coverage

steps:
- name: Deploy GitHub Pages site
id: deployment
uses: actions/[email protected]
Expand Down

0 comments on commit 708e29f

Please sign in to comment.