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 a013e5c commit eaa5947Copy full SHA for eaa5947
.github/workflows/ci-test.yml
@@ -32,3 +32,5 @@ jobs:
32
QINIU_TEST_DOMAIN: ${{ secrets.QINIU_TEST_DOMAIN }}
33
- name: Upload coverage reports
34
uses: codecov/codecov-action@v4
35
+ with:
36
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments