-
Notifications
You must be signed in to change notification settings - Fork 60
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
Use graphql to filter snapshot results #1234
base: master
Are you sure you want to change the base?
Conversation
9e35358
to
ac43354
Compare
Codecov Report
@@ Coverage Diff @@
## master #1234 +/- ##
=======================================
Coverage 10.27% 10.28%
=======================================
Files 161 161
Lines 6081 6078 -3
Branches 1978 1978
=======================================
Hits 625 625
+ Misses 5456 5453 -3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
skip: 0, | ||
where: { | ||
space_in: ["saddlefinance.eth"], | ||
title_contains: "Gauge reward allocation" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make sure that this is case-insensitive? Or if there's a regex filter, we can potentially use that if this is case sensitive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. Just need to verify case sensitivity.
5a3f5c3
to
5b44a67
Compare
No description provided.