Skip to content

Commit 97c6cd6

Browse files
committed
exclude coverage --branch
1 parent 4d7cbfb commit 97c6cd6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test:
3434
pytest tests/ --cov-report=
3535

3636
cov: deps
37-
coverage run --branch -m pytest tests/
37+
coverage run -m pytest tests/
3838
coverage report --show-missing -m --omit=tests/*,conftest.py
3939
coverage xml
4040
coverage html

docs/ModelAdmin.md

Whitespace-only changes.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ site_url: https://github.com/Chise1/fast-tmp
33
nav:
44
- 主页: index.md
55
- 设置: setting.md
6+
- 模块:
7+
'ModelAdmin': 'ModelAdmin.md'
68
theme: readthedocs

0 commit comments

Comments
 (0)