coapjs / node-coap

CoAP - Node.js style
MIT License
531 stars 154 forks source link

chore: ignore test files in npm package #316

Closed JKRhb closed 2 years ago

JKRhb commented 2 years ago

This PR is a potential fix for the problem that tests files end up on npm. The change to the .npmignore file should prevent that in the future.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1427743455


Totals Coverage Status
Change from base Build 1427722373: 0.1%
Covered Lines: 1131
Relevant Lines: 1244

💛 - Coveralls
Apollon77 commented 2 years ago

BTW: I also had that error in a local test https://github.com/mcollina/node-coap/runs/4122788149?check_suite_focus=true#step:6:578

Apollon77 commented 2 years ago

Restart tests most enough