dxfjs / writer

A JavaScript dxf generator written in TypeScript.
https://dxf.vercel.app
MIT License
83 stars 17 forks source link

feat: add table entity #71

Closed DeepankarGupta13 closed 1 year ago

DeepankarGupta13 commented 1 year ago

Added table class

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 57.85% and project coverage change: -0.67 :warning:

Comparison is base (a13f9db) 94.21% compared to head (b089da4) 93.54%.

:exclamation: Current head b089da4 differs from pull request most recent head cb5d5cd. Consider uploading reports for the commit cb5d5cd to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ========================================== - Coverage 94.21% 93.54% -0.67% ========================================== Files 73 74 +1 Lines 7515 7655 +140 Branches 521 524 +3 ========================================== + Hits 7080 7161 +81 - Misses 435 494 +59 ``` | [Impacted Files](https://codecov.io/gh/dxfjs/writer/pull/71?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs) | Coverage Δ | | |---|---|---| | [src/Sections/EntitiesSection/Entities/Table.ts](https://codecov.io/gh/dxfjs/writer/pull/71?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL1NlY3Rpb25zL0VudGl0aWVzU2VjdGlvbi9FbnRpdGllcy9UYWJsZS50cw==) | `53.78% <53.78%> (ø)` | | | [src/Sections/EntitiesSection/EntitiesManager.ts](https://codecov.io/gh/dxfjs/writer/pull/71?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL1NlY3Rpb25zL0VudGl0aWVzU2VjdGlvbi9FbnRpdGllc01hbmFnZXIudHM=) | `88.53% <60.00%> (-0.47%)` | :arrow_down: | | [src/DxfWriter.ts](https://codecov.io/gh/dxfjs/writer/pull/71?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0R4ZldyaXRlci50cw==) | `96.36% <87.50%> (-0.26%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.