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

caleb531 / workday-time-calculator / 26660516246

29 May 2026 08:28PM UTC coverage: 80.912% (-6.2%) from 87.062%
26660516246

push

github

caleb531
Drop Node 20 from CI; add Node 24

415 of 533 branches covered (77.86%)

Branch coverage included in aggregate %.

1005 of 1222 relevant lines covered (82.24%)

141.3 hits per line

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

50.0
/scripts/components/close-button.jsx
1
import { omit } from 'lodash-es';
2

3
class CloseButtonComponent {
4
  view({ attrs }) {
5
    return (
93✔
6
      <button
7
        className="close-button"
8
        {...omit(attrs, ['onClose'])}
9
        onclick={() => attrs.onClose()}
×
10
      >
11
        <svg viewBox="0 0 24 24">
12
          <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" />
13
          <path d="M0 0h24v24H0z" fill="none" />
14
        </svg>
15
      </button>
16
    );
17
  }
18
}
19

20
export default CloseButtonComponent;
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