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

putoutjs / redput / 25401321058

05 May 2026 08:44PM UTC coverage: 67.829% (-32.2%) from 100.0%
25401321058

push

github

coderaiser
feature: redput: supertape v13.0.0

33 of 33 branches covered (100.0%)

Branch coverage included in aggregate %.

142 of 225 relevant lines covered (63.11%)

9.6 hits per line

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

66.67
/lib/parse-link.js
1
export const PUTOUT_EDITOR = 'https://putout.cloudcmd.io/#/gist/';
3✔
2
export const MOBILE_PUTOUT_EDITOR = 'https://putout.vercel.app/#/gist/';
3✔
3

3✔
4
export const parseLink = (link) => {
3✔
5
    return link
×
6
        .replace(PUTOUT_EDITOR, '')
×
7
        .replace(MOBILE_PUTOUT_EDITOR, '');
×
8
};
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

© 2026 Coveralls, Inc