dxfjs / writer

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

feat: extended data support for entities #82

Closed tarikjabiri closed 1 year ago

tarikjabiri commented 1 year ago

fix #72

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 44.50% and project coverage change: -1.46 :warning:

Comparison is base (352c589) 92.23% compared to head (2020c01) 90.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #82 +/- ## ========================================== - Coverage 92.23% 90.77% -1.46% ========================================== Files 77 81 +4 Lines 7844 7980 +136 Branches 528 520 -8 ========================================== + Hits 7235 7244 +9 - Misses 609 736 +127 ``` | [Impacted Files](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs) | Coverage Δ | | |---|---|---| | [src/Internals/ExtendedData.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0ludGVybmFscy9FeHRlbmRlZERhdGEudHM=) | `6.12% <6.12%> (ø)` | | | [src/Internals/Functions.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0ludGVybmFscy9GdW5jdGlvbnMudHM=) | `31.81% <31.81%> (ø)` | | | [src/Sections/EntitiesSection/Entity.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL1NlY3Rpb25zL0VudGl0aWVzU2VjdGlvbi9FbnRpdHkudHM=) | `95.69% <81.81%> (-4.31%)` | :arrow_down: | | [src/DxfDocument.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0R4ZkRvY3VtZW50LnRz) | `98.26% <100.00%> (ø)` | | | [src/Internals/DefinedApplication.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0ludGVybmFscy9EZWZpbmVkQXBwbGljYXRpb24udHM=) | `100.00% <100.00%> (ø)` | | | [src/Internals/HatchPatterns.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0ludGVybmFscy9IYXRjaFBhdHRlcm5zLnRz) | `99.36% <100.00%> (ø)` | | | [src/Internals/Interfaces.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0ludGVybmFscy9JbnRlcmZhY2VzLnRz) | `100.00% <100.00%> (ø)` | | | [src/Internals/index.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL0ludGVybmFscy9pbmRleC50cw==) | `100.00% <100.00%> (ø)` | | | [src/Sections/BlocksSection/DxfBlocksSection.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL1NlY3Rpb25zL0Jsb2Nrc1NlY3Rpb24vRHhmQmxvY2tzU2VjdGlvbi50cw==) | `100.00% <100.00%> (ø)` | | | [src/Sections/BlocksSection/DxfEndBlk.ts](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL1NlY3Rpb25zL0Jsb2Nrc1NlY3Rpb24vRHhmRW5kQmxrLnRz) | `100.00% <100.00%> (ø)` | | | ... and [39 more](https://codecov.io/gh/dxfjs/writer/pull/82?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs) | | ... and [1 file with indirect coverage changes](https://codecov.io/gh/dxfjs/writer/pull/82/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs) 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.