ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

Use jq.py to edit JSON files #92

Closed Prepultrue closed 2 years ago

Prepultrue commented 2 years ago

Switched to jq.py as it provides wheels.

jqplay provides an online sandbox to test filters: https://jqplay.org/s/e4bEebrxDBd

codecov-commenter commented 2 years ago

Codecov Report

Merging #92 (e79c1af) into main (fd504f7) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   73.52%   73.49%   -0.03%     
==========================================
  Files          52       52              
  Lines        5046     5041       -5     
  Branches      995      994       -1     
==========================================
- Hits         3710     3705       -5     
  Misses       1078     1078              
  Partials      258      258              
Impacted Files Coverage Δ
arcana/__about__.py 100.00% <ø> (ø)
arcana/tasks/bids/app.py 81.75% <ø> (ø)
arcana/data/stores/bids/structure.py 59.59% <100.00%> (-1.95%) :arrow_down:

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 fd504f7...e79c1af. Read the comment docs.

tclose commented 2 years ago

Great, thanks @Prepultrue !