We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b292090 commit 6cea621Copy full SHA for 6cea621
.github/workflows/agp-matrix.yml
@@ -93,3 +93,10 @@ jobs:
93
reporter: java-junit
94
output-to: step-summary
95
fail-on-error: false
96
+
97
+ - name: Upload test results to Codecov
98
+ if: ${{ !cancelled() }}
99
+ uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f
100
+ with:
101
+ token: ${{ secrets.CODECOV_TOKEN }}
102
+ file: build/outputs/androidTest-results/**/*.xml
.github/workflows/integration-tests-ui.yml
@@ -72,3 +72,10 @@ jobs:
72
fi
73
if: env.SAUCE_USERNAME != null
74
75
76
77
78
79
80
81
+ file: ./artifacts/*.xml
0 commit comments