Stranger6667 / hypothesis-graphql

Generate arbitrary queries matching your GraphQL schema, and use them to verify your backend implementation.
https://pypi.org/project/hypothesis-graphql/
MIT License
44 stars 2 forks source link

perf: Additional strategy cache #64

Closed Stranger6667 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #64 (a577b05) into master (0594a20) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   98.98%   99.02%   +0.03%     
==========================================
  Files          11       11              
  Lines         394      409      +15     
  Branches       70       78       +8     
==========================================
+ Hits          390      405      +15     
  Misses          4        4              
Impacted Files Coverage Δ
src/hypothesis_graphql/_strategies/aliases.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/containers.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/factories.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/primitives.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/_strategies/strategy.py 100.00% <100.00%> (ø)
src/hypothesis_graphql/strategies.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0594a20...a577b05. Read the comment docs.