Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed custom json encoders #6741

Merged
merged 1 commit into from
Feb 6, 2024

fixed custom json encoders

9e79a25
Select commit
Loading
Failed to load commit list.
Merged

fixed custom json encoders #6741

fixed custom json encoders
9e79a25
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 3, 2024 in 0s

63.37% (+0.00%) compared to d245ff7

View this Pull Request on Codecov

63.37% (+0.00%) compared to d245ff7

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d245ff7) 63.37% compared to head (9e79a25) 63.37%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6741   +/-   ##
=======================================
  Coverage   63.37%   63.37%           
=======================================
  Files         162      162           
  Lines       13170    13170           
  Branches     1819     1819           
=======================================
  Hits         8347     8347           
  Misses       4532     4532           
  Partials      291      291           
Files Coverage Δ
redash/query_runner/cass.py 45.05% <100.00%> (ø)
redash/query_runner/mongodb.py 40.29% <100.00%> (ø)
redash/query_runner/pg.py 41.75% <100.00%> (ø)
redash/utils/__init__.py 70.71% <100.00%> (ø)