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: Added Lists Pinnings endpoints (#31) #97

Merged
merged 3 commits into from
May 10, 2022
Merged

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

Copy link
Member Author

@myConsciousness myConsciousness left a comment

Choose a reason for hiding this comment

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

pass

@github-actions
Copy link

Congratulations, this pull request has been reviewed and is ready for merging!

@myConsciousness
Copy link
Member Author

bors merge

@codecov-commenter
Copy link

codecov-commenter commented May 10, 2022

Codecov Report

Merging #97 (4223e18) into main (01f0d35) will increase coverage by 0.16%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   94.75%   94.92%   +0.16%     
==========================================
  Files          41       41              
  Lines        1164     1203      +39     
==========================================
+ Hits         1103     1142      +39     
  Misses         61       61              
Impacted Files Coverage Δ
lib/src/service/lists/lists_service.dart 100.00% <100.00%> (ø)
test/src/service/lists/lists_service_test.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01f0d35...4223e18. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented May 10, 2022

Build succeeded:

@bors bors bot merged commit fb5d8df into main May 10, 2022
@bors bors bot deleted the 31-add-listspinned-endpoints branch May 10, 2022 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Lists:Pinned endpoints
2 participants