mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 05:24:05 +02:00
Added coverage stats to regression coverage script.
This commit is contained in:
@@ -53,5 +53,12 @@ for cnt, filename in sorted(mostest, key=operator.itemgetter(0)):
|
|||||||
for funcname in filefuncs:
|
for funcname in filefuncs:
|
||||||
print(" {}".format(funcname))
|
print(" {}".format(funcname))
|
||||||
|
|
||||||
|
print(
|
||||||
|
"Total coverage: {} of {} functions ({:.2f}%)".format(
|
||||||
|
len(uncovered.keys()),
|
||||||
|
len(funcs.keys()),
|
||||||
|
100.0*len(uncovered.keys())/len(funcs.keys())
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
# vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
# vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,21];
|
BOSL_VERSION = [2,0,22];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user