Closed camflan closed 1 year ago
Btw, if you are into client introspection, strawberry-resources might interest you as well
Merging #217 (7118de1) into main (19ab9cf) will increase coverage by
0.26%
. The diff coverage is100.00%
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## main #217 +/- ##
==========================================
+ Coverage 90.31% 90.57% +0.26%
==========================================
Files 45 46 +1
Lines 4337 4372 +35
==========================================
+ Hits 3917 3960 +43
+ Misses 420 412 -8
Impacted Files | Coverage Δ | |
---|---|---|
strawberry_django_plus/types.py | 81.61% <100.00%> (+6.06%) |
:arrow_up: |
tests/conftest.py | 100.00% <100.00%> (ø) |
|
tests/test_generated_enum_choices.py | 100.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Awesome! :)
Just need to fix the lint test errors that failed. You can check those on your local environment by doing
pre-commit install
and thenpre-commit run -a
Weird! Pre-commit ran and passed during pre-commit without errors 🤷 . I'll fix it up 👍
Adds descriptions to enum values so users can query a more useful enum defintion,
yields,