jhnnsrs / turms

Turms is a pure python implementation of the awesome graphql-codegen library, following a simliar extensible design.
https://jhnnsrs.github.io/turms/
MIT License
61 stars 16 forks source link

Unreference and cli #52

Closed jhnnsrs closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 93.00% and project coverage change: -0.20 :warning:

Comparison is base (5b78fa2) 93.88% compared to head (db5c53b) 93.69%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #52 +/- ## ========================================== - Coverage 93.88% 93.69% -0.20% ========================================== Files 56 64 +8 Lines 3058 3394 +336 ========================================== + Hits 2871 3180 +309 - Misses 187 214 +27 ``` | [Impacted Files](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos) | Coverage Δ | | |---|---|---| | [tests/test\_complete\_generation.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dGVzdHMvdGVzdF9jb21wbGV0ZV9nZW5lcmF0aW9uLnB5) | `100.00% <ø> (ø)` | | | [tests/test\_project\_pipeline.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dGVzdHMvdGVzdF9wcm9qZWN0X3BpcGVsaW5lLnB5) | `100.00% <ø> (ø)` | | | [turms/plugins/fragments.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dHVybXMvcGx1Z2lucy9mcmFnbWVudHMucHk=) | `97.02% <ø> (ø)` | | | [turms/plugins/operations.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dHVybXMvcGx1Z2lucy9vcGVyYXRpb25zLnB5) | `99.09% <ø> (ø)` | | | [turms/processors/merge.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dHVybXMvcHJvY2Vzc29ycy9tZXJnZS5weQ==) | `84.45% <ø> (-0.41%)` | :arrow_down: | | [turms/plugins/objects.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dHVybXMvcGx1Z2lucy9vYmplY3RzLnB5) | `92.98% <50.00%> (-0.77%)` | :arrow_down: | | [turms/run.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dHVybXMvcnVuLnB5) | `85.79% <79.45%> (-1.03%)` | :arrow_down: | | [turms/utils.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dHVybXMvdXRpbHMucHk=) | `76.19% <80.00%> (+1.84%)` | :arrow_up: | | [turms/cli/main.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dHVybXMvY2xpL21haW4ucHk=) | `86.11% <85.10%> (ø)` | | | [tests/test\_introspect.py](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos#diff-dGVzdHMvdGVzdF9pbnRyb3NwZWN0LnB5) | `91.17% <90.00%> (-8.83%)` | :arrow_down: | | ... and [44 more](https://codecov.io/gh/jhnnsrs/turms/pull/52?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Roos) | | 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=Johannes+Roos). 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=Johannes+Roos)

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

jhnnsrs commented 1 year ago