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

snatalenko / node-cqrs / 10223191268

02 Aug 2024 11:15PM UTC coverage: 96.856%. First build
10223191268

Pull #21

github

snatalenko
Add script badges to readme
Pull Request #21: Migrate to TypeScript

570 of 859 branches covered (66.36%)

2282 of 2360 new or added lines in 28 files covered. (96.69%)

2403 of 2481 relevant lines covered (96.86%)

21.84 hits per line

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

50.0
/src/utils/getClassName.ts
1
/**
4✔
2
 * Get instance class name
4✔
3
 */
4✔
NEW
4
export function getClassName(instance: object): string {
×
NEW
5
        return Object.getPrototypeOf(instance).constructor.name;
×
NEW
6
}
×
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

© 2026 Coveralls, Inc