hmpf / easydmp

MIT License
7 stars 2 forks source link

Convert json in text to json in jsonb #150

Closed hmpf closed 3 years ago

hmpf commented 3 years ago

I am shamelessly abusing this PR to figure out why we're testing on sqlite again btw.

codecov[bot] commented 3 years ago

Codecov Report

Merging #150 into master will increase coverage by 0.06%. The diff coverage is 78.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
+ Coverage   61.01%   61.08%   +0.06%     
==========================================
  Files         110      112       +2     
  Lines        6718     6750      +32     
==========================================
+ Hits         4099     4123      +24     
- Misses       2619     2627       +8     
Impacted Files Coverage Δ
...asydmp/eestore/migrations/0002_convert_to_jsonb.py 73.33% <73.33%> (ø)
...sydmp/eventlog/migrations/0002_convert_to_jsonb.py 73.33% <73.33%> (ø)
...igrations/0001_squashed_0002_update_django_meta.py 100.00% <100.00%> (ø)
src/easydmp/eestore/models.py 53.46% <100.00%> (+0.46%) :arrow_up:
src/easydmp/eventlog/migrations/0001_initial.py 100.00% <100.00%> (ø)
src/easydmp/eventlog/models.py 81.33% <100.00%> (+0.12%) :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 b2d89a8...91fa67a. Read the comment docs.

hmpf commented 3 years ago

Closed in favor of PR #158.