Skip to content
Snippets Groups Projects

Add code coverage to PRs

Merged Oscar Gustafsson requested to merge codecoverage into master
Files
3
+ 1
1
@@ -5,7 +5,7 @@ ASIC toolbox that simplifies circuit design and optimization.
# NOTE: If this import gives an error,
# make sure the C++ module has been compiled and installed properly.
# See the included README.md for more information on how to build/install.
from _b_asic import *
from b_asic._b_asic import *
# Python modules.
from b_asic.core_operations import *
Loading