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

JS-DevTools / npm-publish / 4640210672

pending completion
4640210672

push

github

Michael Cousins
fixup: temporarily disable CI on Windows

92 of 101 branches covered (91.09%)

Branch coverage included in aggregate %.

190 of 191 relevant lines covered (99.48%)

63.82 hits per line

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

90.91
/src/index.ts
1
import { npmPublish } from "./npm-publish";
2✔
2

3
// Export the external type definitions as named exports
4
export * from "./options";
2✔
5
export * from "./results";
2✔
6

7
// Export `npmPublish` as a named export and the default export
8
export { npmPublish };
4✔
9
export default npmPublish;
2✔
10

11
// CommonJS default export hack
12
if (typeof module === "object" && typeof module.exports === "object") {
2!
13
  module.exports = Object.assign(module.exports.default, module.exports);
2✔
14
}
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