module-ballerina-graphql icon indicating copy to clipboard operation
module-ballerina-graphql copied to clipboard

[master] Introduce GraphQL Document Caching

Open DimuthuMadushan opened this issue 1 year ago • 1 comments

Purpose

$subject

Part of: #7711

Examples

Checklist

  • [x] Linked to an issue
  • [x] Updated the changelog
  • [x] Added tests
  • [x] Updated the spec
  • [x] Checked native-image compatibility
  • [x] No commons package changes (if there are any, please update the GraphQL version in GraphQL tools and Ballerina dev tools)
  • [x] No compiler package changes (if there are any, please update the GraphQL version in Ballerina dev tools)

DimuthuMadushan avatar Apr 09 '25 06:04 DimuthuMadushan

Codecov Report

Attention: Patch coverage is 87.09677% with 8 lines in your changes missing coverage. Please review.

Project coverage is 82.94%. Comparing base (3554c71) to head (4c37fbf). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
ballerina/annotation_processor.bal 0.00% 4 Missing :warning:
ballerina/engine.bal 87.50% 4 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2231      +/-   ##
============================================
+ Coverage     80.38%   82.94%   +2.55%     
- Complexity        0      824     +824     
============================================
  Files            93      127      +34     
  Lines          6965     9942    +2977     
  Branches       1534     2053     +519     
============================================
+ Hits           5599     8246    +2647     
- Misses         1282     1350      +68     
- Partials         84      346     +262     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Apr 09 '25 07:04 codecov[bot]