dbx
dbx copied to clipboard
Command execution result does not always have the "data" field.
Proposed changes
Command execution results do not always contain the "data" field. Added null check.
Types of changes
What types of changes does your code introduce to dbx?
Put an x
in the boxes that apply
- [ x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
Codecov Report
Merging #213 (b93c8e5) into main (2f34227) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #213 +/- ##
==========================================
+ Coverage 82.39% 82.41% +0.01%
==========================================
Files 19 19
Lines 1193 1194 +1
Branches 202 202
==========================================
+ Hits 983 984 +1
Misses 147 147
Partials 63 63
Impacted Files | Coverage Δ | |
---|---|---|
dbx/commands/execute.py | 75.15% <100.00%> (+0.15%) |
: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 2f34227...b93c8e5. Read the comment docs.
@mshtelma please sign all commits - unsigned commits are not supported.
closed as irrelevant in 0.7.0