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

uiv-lib / uiv / 5986644241

26 Aug 2023 07:40PM UTC coverage: 86.751%. Remained the same
5986644241

push

github

web-flow
chore(deps): update dependency axios to v1.5.0

859 of 1065 branches covered (0.0%)

Branch coverage included in aggregate %.

1531 of 1690 relevant lines covered (90.59%)

184.12 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