Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display all downloaded artifacts
Browse files Browse the repository at this point in the history
Rd4dev committed Aug 10, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
renovate-bot Mend Renovate
1 parent c6e8f49 commit be67385
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -251,6 +251,15 @@ jobs:
name: coverage-report-${{ matrix.changed-files-bucket-base64-encoded-shard }}
path: coverage_reports

collect-coverage-reports:
name: Collect Code Coverage Reports
runs-on: ubuntu-20.04
needs: code_coverage_run
steps:
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R

upload_coverage_report:
name: Upload Code Coverage Report
needs: code_coverage_run

0 comments on commit be67385

Please sign in to comment.