Skip to content

Commit 4b53b64

Browse files
committed
up
1 parent 7b6d570 commit 4b53b64

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NOTE: The following command are expected to be run under the plugin repo root ra
99
```bash
1010
poe gen-defs # uv run scripts/gen_defs.py
1111
poe test [...] # pytest
12-
poe coverage [...] # pytest --cov=nonebot_plugin_picmenu_next --cov-report=term-missing
12+
poe coverage [...] # pytest (with branch coverage and terminal report)
1313
```
1414

1515
## Structure

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
comment:
2-
require_changes: 'coverage_drop OR uncovered_patch'
2+
require_changes: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ path = "nonebot_plugin_picmenu_next/__init__.py"
4848
[tool.poe.tasks]
4949
gen-defs.cmd = "uv run scripts/gen_defs.py"
5050
test.cmd = "pytest"
51-
coverage.cmd = "pytest --cov=nonebot_plugin_picmenu_next --cov-report=term-missing"
51+
coverage.cmd = "pytest --cov=nonebot_plugin_picmenu_next --cov-branch --cov-report=term-missing"
5252

5353
[tool.pytest.ini_options]
5454
asyncio_mode = "auto"

0 commit comments

Comments
 (0)