mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +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
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: smoke-test
|
||||
env_vars: OS,PYTHON_VERSION
|
||||
|
||||
@ -115,6 +116,7 @@ jobs:
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: all-test
|
||||
env_vars: OS,PYTHON_VERSION
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user