Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Master] Fix caching issues with execute action #2015

Merged
merged 6 commits into from
May 29, 2024

Conversation

TharmiganK
Copy link
Contributor

@TharmiganK TharmiganK commented May 29, 2024

Purpose

$Subject

Fixes : ballerina-platform/ballerina-library#6570

Examples

N/A

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility
  • Checked the impact on OpenAPI generation

@TharmiganK TharmiganK requested a review from shafreenAnfar as a code owner May 29, 2024 04:00
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.91%. Comparing base (7c56fe1) to head (de26904).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2015      +/-   ##
============================================
- Coverage     80.95%   80.91%   -0.05%     
  Complexity      562      562              
============================================
  Files           389      389              
  Lines         21614    21614              
  Branches       4978     4979       +1     
============================================
- Hits          17497    17488       -9     
- Misses         3104     3114      +10     
+ Partials       1013     1012       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@TharmiganK TharmiganK merged commit d60c5ed into master May 29, 2024
8 checks passed
@TharmiganK TharmiganK deleted the caching-with-execute branch May 29, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP Caching is not properly working for execute method
2 participants