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

uiv-lib / uiv / 7405671172

04 Jan 2024 04:55AM CUT coverage: 86.79%. Remained the same
7405671172

Pull #849

github

web-flow
chore(deps): update dependency vite to v5
Pull Request #849: chore(deps): update dependency vite to v5

859 of 1065 branches covered (0.0%)

Branch coverage included in aggregate %.

1539 of 1698 relevant lines covered (90.64%)

184.76 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