Skip to content

Commit

Permalink
Add debug step to make sure coverage report is uploaded as artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Sep 30, 2024
1 parent 1450708 commit fd854ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage-report
path: ./coverage/
path: test/

# Report coverage with x86_64 binary
- name: Test reporting coverage with x86_64 binary
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ jobs:
with:
name: coverage-report
path: coverage/

- name: List uploaded artifacts
run: ls -la coverage/

0 comments on commit fd854ad

Please sign in to comment.