We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7dbdb8 + 64dceb7 commit 34946b9Copy full SHA for 34946b9
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
181
- name: Upload coverage to Codecov
182
if: steps.coverage-check.outputs.coverage_exists == 'true'
183
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
184
with:
185
token: ${{ secrets.CODECOV_TOKEN }}
186
files: ./app/build/reports/coverage/androidTest/debug/connected/report.xml
0 commit comments