twitter-api-v2 icon indicating copy to clipboard operation
twitter-api-v2 copied to clipboard

feat: filtering rule builder

Open myConsciousness opened this issue 3 years ago • 1 comments

1. Description

1.1. Checklist

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

1.2. Breaking Change

  • [ ] Yes, this is a breaking change.
  • [x] No, this is not a breaking change.

1.3. Related Issues

myConsciousness avatar Oct 20 '22 02:10 myConsciousness

Codecov Report

Merging #488 (b86167b) into main (9ad9ea6) will increase coverage by 6.17%. The diff coverage is 97.85%.

@@            Coverage Diff             @@
##             main     #488      +/-   ##
==========================================
+ Coverage   83.04%   89.22%   +6.17%     
==========================================
  Files          88      138      +50     
  Lines         973     1670     +697     
==========================================
+ Hits          808     1490     +682     
- Misses        165      180      +15     
Impacted Files Coverage Δ
...eets/filtering/channel/filtering_rule_channel.dart 0.00% <0.00%> (ø)
...tweets/filtering/syntax/filtering_rule_syntax.dart 0.00% <0.00%> (ø)
lib/src/service/tweets/tweet_withheld.dart 100.00% <ø> (ø)
lib/src/service/users/user_withheld.dart 100.00% <ø> (ø)
lib/src/service/tweets/filtering_rule_param.dart 14.28% <14.28%> (-85.72%) :arrow_down:
lib/src/service/common/range.dart 53.84% <53.84%> (ø)
...b/src/service/tweets/filtering/filtering_rule.dart 75.00% <75.00%> (ø)
...ervice/tweets/filtering/channel/entry_channel.dart 100.00% <100.00%> (ø)
...vice/tweets/filtering/channel/logical_channel.dart 100.00% <100.00%> (ø)
...tweets/filtering/channel/post_logical_channel.dart 100.00% <100.00%> (ø)
... and 43 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Oct 20 '22 03:10 codecov-commenter

bors merge

myConsciousness avatar Oct 30 '22 02:10 myConsciousness

Build succeeded:

bors[bot] avatar Oct 30 '22 02:10 bors[bot]