Closed pfreixes closed 7 years ago
Merging #137 into master will increase coverage by
0.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #137 +/- ##
==========================================
+ Coverage 81.06% 81.09% +0.02%
==========================================
Files 23 23
Lines 3528 3533 +5
Branches 725 725
==========================================
+ Hits 2860 2865 +5
Misses 389 389
Partials 279 279
Impacted Files | Coverage Δ | |
---|---|---|
tests/test_connection.py | 100% <100%> (ø) |
:arrow_up: |
aioes/connection.py | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 75efc40...1f561fb. Read the comment docs.
Self-explanatory, default connector instantiated by the
Connection
class can't be enough in some occasions. In these situations, the user can since now through this commit gives his own connection instance.