aerospike-client-python
aerospike-client-python copied to clipboard
[CLIENT-2760] Move raise exception code to aerospike module
Extra changes:
- Create a dummy package called
aerospike. Rename the aerospike extension module to_aerospikeand place under this dummy package
running importlib.import_module while an AerospikeError is set causes it to fail
Codecov Report
Attention: Patch coverage is 74.41860% with 44 lines in your changes missing coverage. Please review.
Project coverage is 80.19%. Comparing base (
ca2f4be) to head (8869287). Report is 7 commits behind head on dev.
Additional details and impacted files
@@ Coverage Diff @@
## dev #698 +/- ##
==========================================
- Coverage 80.89% 80.19% -0.71%
==========================================
Files 102 102
Lines 15186 15019 -167
==========================================
- Hits 12285 12044 -241
- Misses 2901 2975 +74
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.