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

microlinkhq / async-ratelimiter / 16019931632

02 Jul 2025 08:21AM UTC coverage: 100.0%. First build
16019931632

Pull #56

github

web-flow
Merge 55621daa0 into 6f62c13be
Pull Request #56: ci: add automate releases

8 of 8 branches covered (100.0%)

Branch coverage included in aggregate %.

124 of 124 relevant lines covered (100.0%)

11.11 hits per line

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

100.0
/src/microtime.js
1
'use strict'
1✔
2

1✔
3
const time = Date.now()
1✔
4
const start = process.hrtime.bigint()
1✔
5

1✔
6
// Return high-precision timestamp in milliseconds
1✔
7
module.exports.now = () => time + Number(process.hrtime.bigint() - start) / 1e6
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

© 2026 Coveralls, Inc