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

alibaba / pipcook / 3672821434

pending completion
3672821434

Pull #945

github

GitHub
Merge bceee5a4e into c1acf7dc8
Pull Request #945: build(deps): bump qs from 6.5.2 to 6.5.3

436 of 530 branches covered (82.26%)

Branch coverage included in aggregate %.

692 of 736 relevant lines covered (94.02%)

4.82 hits per line

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

50.0
/packages/costa/src/utils.ts
1
import { FrameworkModule } from '@pipcook/core';
2

3
/**
4
 * import from path
5
 * @param path the path where import from
6
 */
7
export const importFrom = (path: string): Promise<FrameworkModule> => {
1✔
8
  return import(path);
×
9
};
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