Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Jan 27, 2025
1 parent d21babe commit 7e44119
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cicd-main copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,16 @@ jobs:

- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: ${{ github.run_id }}

- name: Combine
shell: bash -x -e -u -o pipefail {0}
run: |
pip install coverage
cd $GITHUB_WORKSPACE
cd $${{ github.run_id }}
ls -al .
coverage combine $(ls -d coverage-*)
coverage combine $(ls -d coverage-*/${{ github.run_id }})
coverage report
# L0_Unit_Tests_CPU_Audio:
Expand Down

0 comments on commit 7e44119

Please sign in to comment.