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

Fix expected and actual fields in the generated tests #42228

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

Dilhasha
Copy link
Contributor

Purpose

$subject
Fixes #42219

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@Dilhasha Dilhasha requested a review from hevayo as a code owner February 26, 2024 11:04
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.71%. Comparing base (cc94e6e) to head (1955fdc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #42228   +/-   ##
=========================================
  Coverage     76.71%   76.71%           
- Complexity    53071    53073    +2     
=========================================
  Files          2884     2884           
  Lines        200023   200023           
  Branches      26041    26041           
=========================================
+ Hits         153445   153453    +8     
+ Misses        38134    38126    -8     
  Partials       8444     8444           

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

@Dilhasha Dilhasha merged commit d539027 into ballerina-platform:master Feb 26, 2024
18 checks passed
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.

[Bug]: [Test] Expected and actual fields are interchanged in the generated tests.
2 participants