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.
2 parents 6567d17 + dcec6d2 commit 74ab710Copy full SHA for 74ab710
.github/workflows/ci-test.yml
@@ -27,5 +27,13 @@ jobs:
27
QINIU_LINKING_APPID: ${{ secrets.QINIU_LINKING_APPID }}
28
QINIU_SECRET_KEY: ${{ secrets.QINIU_SECRET_KEY }}
29
QINIU_TEST_ENV: travis
30
- run:
+ run: |
31
./gradlew build --stacktrace --info
32
+ ./gradlew test -d
33
+ ./gradlew jacocoTestReport
34
+
35
+ - name: Upload coverage to Codecov
36
+ uses: codecov/[email protected]
37
+ with:
38
+ token: ${{secrets.CODECOV_TOKEN}}
39
+ file: build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments