ArcanaFramework / fileformats

a Python package for the specification, validation and manipulation of file formats and types
https://arcanaframework.github.io/fileformats/
Other
3 stars 0 forks source link

Implements issubclass #22

Closed tclose closed 1 year ago

tclose commented 1 year ago

implements issubclass instead of issubtype

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 83.33% and project coverage change: -0.12 :warning:

Comparison is base (6a73c43) 84.50% compared to head (d7c25ef) 84.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ========================================== - Coverage 84.50% 84.38% -0.12% ========================================== Files 28 28 Lines 1768 1793 +25 Branches 394 401 +7 ========================================== + Hits 1494 1513 +19 - Misses 211 216 +5 - Partials 63 64 +1 ``` | [Impacted Files](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework) | Coverage Δ | | |---|---|---| | [fileformats/core/mark.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9tYXJrLnB5) | `70.14% <0.00%> (ø)` | | | [fileformats/core/utils.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS91dGlscy5weQ==) | `72.88% <50.00%> (ø)` | | | [fileformats/core/fileset.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9maWxlc2V0LnB5) | `87.47% <72.00%> (-1.01%)` | :arrow_down: | | [fileformats/core/converter.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9jb252ZXJ0ZXIucHk=) | `80.35% <84.61%> (-1.00%)` | :arrow_down: | | [fileformats/core/datatype.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9kYXRhdHlwZS5weQ==) | `74.77% <85.71%> (-0.67%)` | :arrow_down: | | [fileformats/core/mixin.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9taXhpbi5weQ==) | `82.17% <90.00%> (+0.64%)` | :arrow_up: | | [fileformats/core/exceptions.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9leGNlcHRpb25zLnB5) | `100.00% <100.00%> (ø)` | | | [fileformats/core/field.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9maWVsZC5weQ==) | `71.87% <100.00%> (+1.87%)` | :arrow_up: | | [fileformats/field/\_\_init\_\_.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvZmllbGQvX19pbml0X18ucHk=) | `85.71% <100.00%> (+0.93%)` | :arrow_up: |

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