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: fixed for the issue (#127) #132

Merged
merged 3 commits into from
Feb 6, 2023

Conversation

myConsciousness
Copy link
Member

1. Description

1.1. Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have read the Contributor Guide and followed the process outlined for submitting PRs.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples.

1.2. Breaking Change

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

1.3. Related Issues

@myConsciousness myConsciousness self-assigned this Feb 6, 2023
@myConsciousness myConsciousness linked an issue Feb 6, 2023 that may be closed by this pull request
@github-actions github-actions bot added the test label Feb 6, 2023
@myConsciousness
Copy link
Member Author

bors merge

@codecov-commenter
Copy link

Codecov Report

Merging #132 (8386dcf) into main (c2b8e49) will increase coverage by 0.41%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
+ Coverage   72.92%   73.33%   +0.41%     
==========================================
  Files         101      103       +2     
  Lines        1082     1099      +17     
==========================================
+ Hits          789      806      +17     
  Misses        293      293              
Impacted Files Coverage Δ
lib/src/service/response/mastodon_response.dart 6.66% <ø> (ø)
lib/src/core/http_method.dart 100.00% <100.00%> (ø)
lib/src/service/base_service.dart 92.07% <100.00%> (+1.06%) ⬆️
lib/src/service/response/mastodon_request.dart 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bors
Copy link
Contributor

bors bot commented Feb 6, 2023

Build succeeded:

@bors bors bot merged commit 57381c9 into main Feb 6, 2023
@bors bors bot deleted the 127-feature-request-add-httprequest-in-mastodonresponse branch February 6, 2023 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add HttpRequest in MastodonResponse
2 participants