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

Adyen / adyen-web / 12031763437

26 Nov 2024 01:35PM CUT coverage: 79.822%. First build
12031763437

Pull #2982

github

web-flow
Merge d65892e6c into e863f37e0
Pull Request #2982: Confirming that .fill triggers required events in SF

3195 of 4576 branches covered (69.82%)

Branch coverage included in aggregate %.

8977 of 10673 relevant lines covered (84.11%)

710.09 hits per line

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

0.0
/packages/lib/src/components/Dropin/components/PaymentMethod/Surcharge.tsx
1
import { h } from 'preact';
×
2

3
const Surcharge = ({ currency, amount }, { i18n }) => (
×
4
    <small className="adyen-checkout__payment-method__surcharge">{`+ ${i18n.amount(amount, currency)}`}</small>
×
5
);
6

7
export default Surcharge;
×
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