dxfjs / writer

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

feat: paper spaces support #109

Closed tarikjabiri closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.19 :tada:

Comparison is base (44aa7ee) 98.91% compared to head (9bff4ad) 99.10%.

:exclamation: Current head 9bff4ad differs from pull request most recent head 496a622. Consider uploading reports for the commit 496a622 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #109 +/- ## ========================================== + Coverage 98.91% 99.10% +0.19% ========================================== Files 63 63 Lines 3120 3144 +24 Branches 342 349 +7 ========================================== + Hits 3086 3116 +30 + Misses 34 28 -6 ``` | [Impacted Files](https://app.codecov.io/gh/dxfjs/writer/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs) | Coverage Δ | | |---|---|---| | [src/blocks/block.ts](https://app.codecov.io/gh/dxfjs/writer/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL2Jsb2Nrcy9ibG9jay50cw==) | `100.00% <100.00%> (ø)` | | | [src/blocks/blocks.ts](https://app.codecov.io/gh/dxfjs/writer/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL2Jsb2Nrcy9ibG9ja3MudHM=) | `100.00% <100.00%> (ø)` | | | [src/document.ts](https://app.codecov.io/gh/dxfjs/writer/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL2RvY3VtZW50LnRz) | `100.00% <100.00%> (+5.55%)` | :arrow_up: | | [src/entities/entities.ts](https://app.codecov.io/gh/dxfjs/writer/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL2VudGl0aWVzL2VudGl0aWVzLnRz) | `100.00% <100.00%> (ø)` | | | [src/entities/manager.ts](https://app.codecov.io/gh/dxfjs/writer/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL2VudGl0aWVzL21hbmFnZXIudHM=) | `100.00% <100.00%> (ø)` | | | [src/tables/block.ts](https://app.codecov.io/gh/dxfjs/writer/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dxfjs#diff-c3JjL3RhYmxlcy9ibG9jay50cw==) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/dxfjs/writer/pull/109/indirect-changes?src=pr&el=tree-more&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.