Open nanxstats opened 1 year ago
From the coverage report, we can see that the code coverage has dropped 2.56% from the 3.4.0 release to 3.5.0 release.
This is due to the following additions:
as_gt()
as_table()
toInteger()
toBinomialExact()
We should add tests for them.
From the coverage report, we can see that the code coverage has dropped 2.56% from the 3.4.0 release to 3.5.0 release.
This is due to the following additions:
as_gt()
,as_table()
(-0.66%) from https://github.com/keaven/gsDesign/pull/86toInteger()
andtoBinomialExact()
(-2.56%) from https://github.com/keaven/gsDesign/pull/93We should add tests for them.