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 e9c2958 commit e380d2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd-main copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ jobs:
pip install coverage
cd ${{ github.run_id }}
ls -al .
coverage combine $(ls -d coverage-*/)
ls -al coverage-*/
coverage combine $(ls -d coverage-*/*/)
coverage report
# L0_Unit_Tests_CPU_Audio:
Expand Down

0 comments on commit e380d2e

Please sign in to comment.