We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d850632 commit 630845fCopy full SHA for 630845f
.github/workflows/main.yml
@@ -80,7 +80,7 @@ jobs:
80
run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare and not render' -n auto
81
82
- name: Upload coverage report
83
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
84
with:
85
token: ${{ secrets.CODECOV_TOKEN }}
86
flags: smoke-test
@@ -114,7 +114,7 @@ jobs:
114
run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare' -n auto
115
116
117
118
119
120
flags: all-test
0 commit comments