From 38abe860f9916da4fef70f30f3f67335386097eb Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Wed, 6 Nov 2019 23:53:16 -0800 Subject: [PATCH] Tweaks to geometry,scad regressions to more correctly report coverage. --- tests/test_geometry.scad | 14 ++++++++++++++ version.scad | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/test_geometry.scad b/tests/test_geometry.scad index 7d378e7..c762503 100644 --- a/tests/test_geometry.scad +++ b/tests/test_geometry.scad @@ -330,6 +330,20 @@ module test_tri_calc() { test_tri_calc(); +// Dummy modules to show up in coverage check script. +module test_hyp_opp_to_adj(); +module test_hyp_ang_to_adj(); +module test_opp_ang_to_adj(); +module test_hyp_adj_to_opp(); +module test_hyp_ang_to_opp(); +module test_adj_ang_to_opp(); +module test_adj_opp_to_hyp(); +module test_adj_ang_to_hyp(); +module test_opp_ang_to_hyp(); +module test_hyp_adj_to_ang(); +module test_hyp_opp_to_ang(); +module test_adj_opp_to_ang(); + module test_tri_functions() { sides = rands(1,100,100,seed_value=8181); for (p = pair_wrap(sides)) { diff --git a/version.scad b/version.scad index 45e0573..bf2fa80 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,14]; +BOSL_VERSION = [2,0,15]; // Section: BOSL Library Version Functions