Skip to content

Commit

Permalink
debug paths for unit test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jan 31, 2024
1 parent 3440df5 commit 711aa89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
path: |
app/build/reports
app/build/outputs
- name: Debug report paths
run: |
ls -la ./app/build/reports/jacoco/jacocoTestReportDebugUnitTest
ls -la ./lib/build/reports/jacoco/test
- name: cleanup adb
if: always()
Expand All @@ -66,7 +70,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
files: |
./app/build/reports/coverage/androidTest/debug/connected/report.xml
./app/build/reports/jacoco/jacocoTestReportDebugUnitTest/jacocoTestReportDebugUnitTest.xml
./lib/build/reports/jacoco/test/jacocoTestReport.xml
Expand Down

0 comments on commit 711aa89

Please sign in to comment.