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 cb240cf commit da2896fCopy full SHA for da2896f
.github/workflows/gradle.yml
@@ -84,7 +84,7 @@ jobs:
84
emulator.log
85
86
- name: Upload Test Report to Codecov
87
- uses: codecov/codecov-action@v4.0.0
+ uses: codecov/codecov-action@v3.1.1
88
with:
89
token: ${{ secrets.CODECOV_TOKEN }}
90
files: webrtc-android-framework/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml,webrtc-android-sample-app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
0 commit comments