Skip to content
New issue

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

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

Already on GitHub? # to your account

Add er.comment for add comment to ER diagram #122

Merged
merged 8 commits into from
Jun 12, 2019
Merged

Add er.comment for add comment to ER diagram #122

merged 8 commits into from
Jun 12, 2019

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Jun 11, 2019

Fix #121

# .tbls.yml
er:
  skip: false
  format: svg
  # Add table/column comment to ER diagram
  # Default is false
  comment: true

@k1LoW k1LoW self-assigned this Jun 11, 2019
@codecov
Copy link

codecov bot commented Jun 11, 2019

Codecov Report

Merging #122 into master will decrease coverage by 0.21%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
- Coverage   72.58%   72.37%   -0.22%     
==========================================
  Files          12       12              
  Lines        2510     2534      +24     
==========================================
+ Hits         1822     1834      +12     
- Misses        522      534      +12     
  Partials      166      166
Impacted Files Coverage Δ
config/config.go 46.45% <ø> (ø) ⬆️
output/dot/dot.go 61.9% <66.66%> (-2.81%) ⬇️
output/plantuml/plantuml.go 64.7% <66.66%> (-2.42%) ⬇️

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 b456c26...c4b3820. Read the comment docs.

@k1LoW
Copy link
Owner Author

k1LoW commented Jun 11, 2019

image

@k1LoW k1LoW added the enhancement New feature or request label Jun 11, 2019
@k1LoW
Copy link
Owner Author

k1LoW commented Jun 12, 2019

schema

@k1LoW k1LoW marked this pull request as ready for review June 12, 2019 01:01
@k1LoW k1LoW merged commit 51f8c64 into master Jun 12, 2019
@k1LoW k1LoW deleted the er-comment branch June 12, 2019 03:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plantuml add comment value
1 participant