Skip to content
New issue

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

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

Already on GitHub? # to your account

Make the fields of mock JS simulated data consistent with the real interface. #500

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ikun-Lg
Copy link
Contributor

@ikun-Lg ikun-Lg commented Nov 10, 2024

What is the purpose of the change

The aim is to ensure that the fields of mock JS simulated data precisely match those of the real interface. This will enhance the accuracy and reliability of testing and development processes by providing a more realistic simulation environment.

Brief changelog

Updated the fields of mock JS simulated data to conform to the real interface.

Verifying this change

CheckList

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-commenter
Copy link

codecov-commenter commented Nov 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.74%. Comparing base (950f2aa) to head (5771554).
Report is 88 commits behind head on master.

Current head 5771554 differs from pull request most recent head 92d0f45

Please upload reports for the commit 92d0f45 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #500       +/-   ##
===========================================
- Coverage   33.54%   14.74%   -18.80%     
===========================================
  Files         160      590      +430     
  Lines        9474    30300    +20826     
  Branches       41       41               
===========================================
+ Hits         3178     4468     +1290     
- Misses       5955    25338    +19383     
- Partials      341      494      +153     

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants