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

Extend vector_logic_linter() for usage like filter(x, A && B) #2435

Merged
merged 7 commits into from
Dec 15, 2023

Conversation

MichaelChirico
Copy link
Collaborator

Closes #2166

@codecov-commenter
Copy link

codecov-commenter commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3b933a9) 98.52% compared to head (1d6aecb) 98.53%.

❗ Current head 1d6aecb differs from pull request most recent head 6798e7b. Consider uploading reports for the commit 6798e7b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2435   +/-   ##
=======================================
  Coverage   98.52%   98.53%           
=======================================
  Files         126      126           
  Lines        5641     5659   +18     
=======================================
+ Hits         5558     5576   +18     
  Misses         83       83           

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

@MichaelChirico MichaelChirico merged commit c912988 into main Dec 15, 2023
21 checks passed
@MichaelChirico MichaelChirico deleted the vl-filter branch December 15, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend vector_logic_linter() to include dplyr::filter(x, A && B)
3 participants