• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cartesi / rollups-explorer / 11826960107

13 Nov 2024 10:31PM UTC coverage: 85.956% (-0.6%) from 86.605%
11826960107

Pull #256

github

nevendyulgerov
test(apps/web): Tweak layout for tuple inputs
Pull Request #256: #251 Add ABI encoding for raw input form

1368 of 1630 branches covered (83.93%)

Branch coverage included in aggregate %.

793 of 984 new or added lines in 13 files covered. (80.59%)

9465 of 10973 relevant lines covered (86.26%)

47.16 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/apps/web/src/providers/graphqlProvider.tsx
1
import { FC, ReactNode } from "react";
×
2
import { Provider } from "urql";
×
3
import { getUrqlClient } from "../lib/urql";
×
4

5
export type GraphQLProviderProps = {
6
    children?: ReactNode;
7
};
8

9
const GraphQLProvider: FC<GraphQLProviderProps> = (props) => {
×
10
    // TODO: change according to selected chain
11
    const client = getUrqlClient();
×
12
    return <Provider value={client}>{props.children}</Provider>;
×
13
};
×
14

15
export default GraphQLProvider;
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc