mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
👷 use codecov_token
This commit is contained in:
parent
f05686d939
commit
a6a2cc1be7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -82,6 +82,7 @@ jobs:
|
|||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: smoke-test
|
flags: smoke-test
|
||||||
env_vars: OS,PYTHON_VERSION
|
env_vars: OS,PYTHON_VERSION
|
||||||
|
|
||||||
@ -115,6 +116,7 @@ jobs:
|
|||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: all-test
|
flags: all-test
|
||||||
env_vars: OS,PYTHON_VERSION
|
env_vars: OS,PYTHON_VERSION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user