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

uiv-lib / uiv / 7229750628

16 Dec 2023 12:21AM CUT coverage: 86.79%. Remained the same
7229750628

push

github

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

859 of 1065 branches covered (0.0%)

Branch coverage included in aggregate %.

1539 of 1698 relevant lines covered (90.64%)

185.22 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