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

uiv-lib / uiv / 6280707140

22 Sep 2023 09:50PM CUT coverage: 86.751%. Remained the same
6280707140

push

github

web-flow
chore(deps): update dependency eslint to v8.50.0

859 of 1065 branches covered (0.0%)

Branch coverage included in aggregate %.

1531 of 1690 relevant lines covered (90.59%)

183.85 hits per line

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

0.0
/src/utils/http.utils.js
1
export function request(url, method = 'GET') {
×
2
  return fetch(url, { method }).then((res) => res.json());
×
3
}
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