Skip to content

Commit a84550e

Browse files
committed
refactor: 修改覆盖率配置和文件
1 parent 1514c58 commit a84550e

4 files changed

Lines changed: 3184 additions & 2707 deletions

File tree

.coverage

32 KB
Binary file not shown.

.coveragerc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11

22
[run]
3+
branch = True
34
omit = tests/*
4-
source = bgesdk
5-
6-
[paths]
7-
source = bgesdk

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ install:
77

88
# 构建源码包
99
build: wheel
10-
$(PYTHON) setup.py build sdist
11-
12-
# 构建 wheel 包
13-
wheel:
1410
$(PYTHON) setup.py bdist_wheel
11+
$(PYTHON) setup.py sdist --formats=gztar,zip,bztar,xztar,ztar,tar
12+
$(PYTHON) setup.py bdist
1513

1614
# 单元测试
1715
test:

0 commit comments

Comments
 (0)