octue / twined

A library to help data services talk to one another
https://twined.readthedocs.io
MIT License
24 stars 1 forks source link

Feature: Tag templates #80

Closed cortadocodes closed 3 years ago

cortadocodes commented 3 years ago

Contents

New Features

Minor improvements

Fixes

Testing

Questions

Quality Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (10e8d54) into release/0.0.20 (f2993c5) will increase coverage by 2.97%. The diff coverage is 100.00%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           release/0.0.20      #80      +/-   ##
==================================================
+ Coverage           85.83%   88.81%   +2.97%     
==================================================
  Files                   7        7              
  Lines                 233      286      +53     
==================================================
+ Hits                  200      254      +54     
+ Misses                 33       32       -1     
Impacted Files Coverage Δ
twined/twine.py 83.91% <100.00%> (+5.34%) :arrow_up:
twined/utils/__init__.py 100.00% <100.00%> (ø)
twined/utils/load_json.py 100.00% <100.00%> (ø)
twined/utils/strings.py 100.00% <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 f2993c5...10e8d54. Read the comment docs.

cortadocodes commented 3 years ago

Closed in preference for #83