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

Use graphql to filter snapshot results #1234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hammeiam
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #1234 (ac43354) into master (5b7fd29) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           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     
Impacted Files Coverage Δ
src/utils/getSnapshotVoteData.ts 0.00% <0.00%> (ø)

📣 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"
Copy link
Contributor

@nguyenaiden nguyenaiden Aug 10, 2022

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.

Copy link
Contributor

@nguyenaiden nguyenaiden left a 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.

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.

2 participants