RaymondDashWu
RaymondDashWu
How is the percentage determined? The tests I added only bumped the coverage by 1%
> d by tests compared to 31846 lines of code in total, which is how the 69% comes about. The tests that you added only improved the coverage for _one_...
I realize this is dependent per file as adding the doctests to the file gave me identical errors. Unsure if I should close this as it'd be nice to have...
Ah you're right. I see if now. A bit hard to find since going to the build automatically scrolls to the end summary I took a screenshot of in my...
So I took a quick look and found two potential solutions @tianyizheng02 . They seem to be similar to @SOBAN50's ideas but I couldn't find the option for a ```.coverage```...
@JamesLMilner I started investigating this and I think it's an issue of floating point comparisons? I took a look at [isPointOnLineSegment](https://github.com/Turfjs/turf/blob/d72985ce1a577b42340fed5fc70efe8e4bc8b062/packages/turf-boolean-disjoint/index.ts#L150), which is called by booleanPointOnLine. It's doing comparisons but...
~~About to make a PR for this issue but [this line](https://github.com/solana-labs/governance-ui/blob/b9852885d582074522412b1378e7fe7020499ec1/VoteStakeRegistry/actions/getGrantInstruction.ts#L87) is preventing me from pushing. I haven't touched that part of the codebase yet. Any advice?~~ ``` Argument of...
Merged. @SebastianBor can you close this issue?
Could you clarify what would be generated? My understanding is that the current workflow is to go to the place below (screenshot). These options seem pretty specific to a DAO....
Thanks for the example. I'll need to do research into other types of use cases. However, for now, I wanted to know if there was a way to fetch idls...