Skip to content

Commit

Permalink
ci: debug exec file content upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronyam committed Mar 9, 2024
1 parent 998cda9 commit 62ac486
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
cat build/jacoco/test.exec
cat testme-intellij-common/build/jacoco/test.exec
- name: Coverage exec artifacts
uses: actions/upload-artifact@v2
with:
path: |
testme-intellij-common/build/jacoco/test.exec
build/jacoco/test.exec
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 62ac486

Please sign in to comment.