We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d08cc7 commit b0a083bCopy full SHA for b0a083b
setup.cfg
@@ -1,5 +1,5 @@
1
[coverage:run]
2
-source = happybase.connection,happybase.table,happybase.batch,happybase.pool,happybase._util,tests
+source = aiohappybase.connection,aiohappybase.table,aiohappybase.batch,aiohappybase.pool,aiohappybase._util,tests
3
4
[coverage:html]
5
directory = coverage/
0 commit comments