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

deriv-com / deriv-com-v2 / 6158273064

12 Sep 2023 10:36AM UTC coverage: 75.0%. Remained the same
6158273064

Pull #1

github

mohsen-deriv
docs: added script commands
Pull Request #1: docs: added script commands

0 of 2 branches covered (0.0%)

Branch coverage included in aggregate %.

18 of 22 relevant lines covered (81.82%)

2.09 hits per line

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

100.0
/libs/providers/src/lib/buildVariant/buildVariant.context.tsx
1
import { createContext } from 'react';
2

3
export type BuildVariant = 'hk' | 'eu' | 'row' | 'gold' | 'all';
4

5
export interface BuildVariantContextProps {
6
  buildVariant: BuildVariant;
7
}
8

9
export const BuildVariantContext = createContext<BuildVariantContextProps>({
4✔
10
  buildVariant: 'all',
11
});
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