File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Upload Python Package
1
+ name : publish
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : Run Tests
1
+ name : tests
2
2
3
3
on :
4
4
pull_request :
Original file line number Diff line number Diff line change @@ -9,16 +9,17 @@ AIOHappyBase
9
9
:target: https://en.wikipedia.org/wiki/MIT_License
10
10
:alt: Licence - MIT
11
11
12
- .. image :: https://github.com/python-happybase/aiohappybase/workflows/Run%20Tests /badge.svg
12
+ .. image :: https://github.com/python-happybase/aiohappybase/workflows/tests /badge.svg
13
13
:target: https://github.com/python-happybase/aiohappybase
14
- :alt: Workflow Status
14
+ :alt: Tests Status
15
15
16
16
.. image :: https://readthedocs.org/projects/aiohappybase/badge/?version=latest
17
17
:target: https://aiohappybase.readthedocs.io/en/latest/?badge=latest
18
18
:alt: Documentation Status
19
19
20
20
.. image :: https://codecov.io/gh/python-happybase/aiohappybase/branch/master/graph/badge.svg
21
21
:target: https://codecov.io/gh/python-happybase/aiohappybase
22
+ :alt: Coverage Status
22
23
23
24
**AIOHappyBase ** is a developer-friendly Python _ library to interact asynchronously with Apache
24
25
HBase _. It is a fork of the original `HappyBase <https://github.com/wbolster/happybase >`_ library aiming to deliver a very similar API.
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ class Batch:
280
280
This class cannot be instantiated directly;
281
281
use :py:meth:`Table.batch` instead.
282
282
"""
283
+
283
284
def __init__ (self ,
284
285
table : 'Table' ,
285
286
timestamp : int = None ,
You can’t perform that action at this time.
0 commit comments