domvwt / esparto

Data driven report builder for the Python data ecosystem.
MIT License
85 stars 7 forks source link

Feature/set column wth dict #81

Closed domvwt closed 2 years ago

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov-commenter commented 2 years ago

Codecov Report

Merging #81 (93b7fd1) into main (e864ae4) will increase coverage by 0.62%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   92.33%   92.95%   +0.62%     
==========================================
  Files           9        9              
  Lines         860      865       +5     
  Branches      133      135       +2     
==========================================
+ Hits          794      804      +10     
+ Misses         43       41       -2     
+ Partials       23       20       -3     
Impacted Files Coverage Δ
esparto/__init__.py 100.00% <100.00%> (ø)
esparto/_adaptors.py 96.36% <100.00%> (ø)
esparto/_content.py 95.50% <100.00%> (ø)
esparto/_layout.py 94.33% <100.00%> (+1.52%) :arrow_up:
esparto/_options.py 71.19% <100.00%> (ø)
esparto/_publish.py 85.92% <100.00%> (ø)
esparto/_utils.py 92.50% <100.00%> (ø)

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 e864ae4...93b7fd1. Read the comment docs.