File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 7777 DEST_FASTAPI : examples/fastapi
7878 DEST_BLACKSHEEP : examples/blacksheep
7979 PYTHONDEVMODE : 1
80- PYTEST_ARGS : " -n auto --cov=tortoise --cov-append --tb=native -q"
80+ PYTEST_ARGS : " -n auto --cov=tortoise --cov-append --cov-branch -- tb=native -q"
8181 - name : Upload Coverage
8282 run : |
8383 pip3 install --upgrade coveralls
Original file line number Diff line number Diff line change 11checkfiles = tortoise/ examples/ tests/ conftest.py
22py_warn = PYTHONDEVMODE=1
3- pytest_opts = -n auto --cov=tortoise --cov-append --tb=native -q
3+ pytest_opts = -n auto --cov=tortoise --cov-append --cov-branch -- tb=native -q
44
55TORTOISE_MYSQL_PASS ?= 123456
66TORTOISE_POSTGRES_PASS ?= 123456
Original file line number Diff line number Diff line change @@ -190,10 +190,6 @@ filterwarnings = [
190190 ' ignore:Do not add pk field to `update_fields`!:RuntimeWarning' ,
191191]
192192
193- [tool .coverage .run ]
194- branch = true
195- source = [" tortoise" ]
196-
197193[tool .coverage .report ]
198194show_missing = true
199195
You can’t perform that action at this time.
0 commit comments