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

doppelganger9 / fruit-basket / #3370

pending completion
#3370

push

Github Actions main.workflow

renovate[bot]
chore(deps): update dependency snyk to v1.1158.0

20 of 20 branches covered (100.0%)

Branch coverage included in aggregate %.

51 of 51 relevant lines covered (100.0%)

11.9 hits per line

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

100.0
/src/main.js
1
#!/usr/bin/env node
2
const totalPrice = require('./lib/total-price');
1✔
3

4
const basket = {
1✔
5
  orderedItemsByType: {
6
    Apple: 4,
7
    Orange: 3,
8
    Watermelon: 5,
9
  },
10
};
11

12
const text = JSON.stringify(totalPrice(basket), null, 2);
1✔
13

14
console.log(text);
1✔
15

16
process.exit(0);
1✔
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