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

nodeshift / faas-js-runtime / 16341850588

17 Jul 2025 09:48AM UTC coverage: 55.699% (-31.8%) from 87.527%
16341850588

Pull #421

github

web-flow
Merge c3bb8e82a into eb6047b08
Pull Request #421: [Snyk] Upgrade fastify from 4.21.0 to 5.4.0

64 of 146 branches covered (43.84%)

Branch coverage included in aggregate %.

195 of 319 relevant lines covered (61.13%)

13.86 hits per line

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

12.5
/lib/utils.js
1
function isPromise(p) {
2
  if (typeof p === 'object' && typeof p.then === 'function') {
×
3
    return true;
×
4
  }
5

6
  return false;
×
7
}
8

9
module.exports = exports = { isPromise };
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