mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 20:06:12 +08:00
fix mistakes
This commit is contained in:
parent
054083d983
commit
0609b42261
9
.github/workflows/pytest.yml
vendored
9
.github/workflows/pytest.yml
vendored
@ -3,7 +3,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
do-a-test:
|
do-a-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
step:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up python 3.10
|
- name: Set up python 3.10
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
@ -21,8 +21,5 @@ jobs:
|
|||||||
run: poetry run pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml -k 'not compare'
|
run: poetry run pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml -k 'not compare'
|
||||||
- name: Collect coverage
|
- name: Collect coverage
|
||||||
run: poetry run coverage html --include='src/*'
|
run: poetry run coverage html --include='src/*'
|
||||||
- codecov/upload:
|
|
||||||
file: coverage.xml
|
|
||||||
- store_artifacts:
|
|
||||||
path: htmlcov
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user