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

uiv-lib / uiv / 6809691666

09 Nov 2023 07:33AM UTC coverage: 86.79%. Remained the same
6809691666

push

github

web-flow
chore(deps): update dependency @babel/preset-env to v7.23.3

859 of 1065 branches covered (0.0%)

Branch coverage included in aggregate %.

1539 of 1698 relevant lines covered (90.64%)

185.17 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