image-js / image-js-typescript

Temporary repository to work on the migration of image-js to TypeScript
https://image-js.github.io/image-js-typescript/
MIT License
5 stars 5 forks source link

feat: add new method getRoiById on RoiMapManager #343

Closed EscapedGibbon closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (fc6c3d5) 98.47% compared to head (fff3765) 98.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #343 +/- ## ========================================== + Coverage 98.47% 98.64% +0.16% ========================================== Files 196 200 +4 Lines 5127 5251 +124 Branches 1114 1130 +16 ========================================== + Hits 5049 5180 +131 + Misses 76 69 -7 Partials 2 2 ``` | [Impacted Files](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js) | Coverage Δ | | |---|---|---| | [src/Image.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL0ltYWdlLnRz) | `100.00% <100.00%> (+0.74%)` | :arrow_up: | | [src/draw/drawRectangle.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL2RyYXcvZHJhd1JlY3RhbmdsZS50cw==) | `100.00% <100.00%> (ø)` | | | [src/filters/autoLevel.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL2ZpbHRlcnMvYXV0b0xldmVsLnRz) | `100.00% <100.00%> (ø)` | | | [src/filters/index.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL2ZpbHRlcnMvaW5kZXgudHM=) | `100.00% <100.00%> (ø)` | | | [src/filters/level.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL2ZpbHRlcnMvbGV2ZWwudHM=) | `100.00% <100.00%> (ø)` | | | [src/roi/Roi.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS9Sb2kudHM=) | `99.61% <100.00%> (+<0.01%)` | :arrow_up: | | [src/roi/RoiMapManager.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS9Sb2lNYXBNYW5hZ2VyLnRz) | `100.00% <100.00%> (ø)` | | | [src/roi/properties/getEllipse.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS9wcm9wZXJ0aWVzL2dldEVsbGlwc2UudHM=) | `100.00% <100.00%> (ø)` | | | [src/utils/getMinMax.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3V0aWxzL2dldE1pbk1heC50cw==) | `100.00% <100.00%> (ø)` | | ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/image-js/image-js-typescript/pull/343/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js)

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