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

feat: 951 - new method User.getUserWikiPage #955

Merged
merged 3 commits into from
Jul 26, 2024

Conversation

monsieurtanuki
Copy link
Contributor

What

  • New static method User.getUserWikiPage

Fixes bug(s)

Impacted files

  • user.dart: new method getUserWikiPage
  • user_management_test_prod.dart: test of new method User.getUserWikiPage

Impacted files:
* `user.dart`: new method `getUserWikiPage`
* `user_management_test_prod.dart`: test of new method `User.getUserWikiPage`
@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 75.40%. Comparing base (820d145) to head (850a8bd).
Report is 44 commits behind head on master.

Files Patch % Lines
lib/src/model/user.dart 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #955      +/-   ##
==========================================
- Coverage   76.34%   75.40%   -0.94%     
==========================================
  Files         239      248       +9     
  Lines        8494     9036     +542     
==========================================
+ Hits         6485     6814     +329     
- Misses       2009     2222     +213     

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

Copy link
Member

@teolemon teolemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@monsieurtanuki monsieurtanuki merged commit f57e51c into openfoodfacts:master Jul 26, 2024
3 checks passed
@monsieurtanuki
Copy link
Contributor Author

Thank you @teolemon for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Helper to get the Open Food Facts wiki page of a username
3 participants