dbx icon indicating copy to clipboard operation
dbx copied to clipboard

Command execution result does not always have the "data" field.

Open mshtelma opened this issue 2 years ago • 2 comments

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)

mshtelma avatar Apr 22 '22 21:04 mshtelma

Codecov Report

Merging #213 (b93c8e5) into main (2f34227) will increase coverage by 0.01%. The diff coverage is 100.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.

codecov[bot] avatar Apr 22 '22 21:04 codecov[bot]

@mshtelma please sign all commits - unsigned commits are not supported.

renardeinside avatar May 03 '22 15:05 renardeinside

closed as irrelevant in 0.7.0

renardeinside avatar Aug 20 '22 20:08 renardeinside