RuntimeTools / appmetrics

Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.
https://developer.ibm.com/open/node-application-metrics/
Apache License 2.0
974 stars 125 forks source link

Fix and re-enable code coverage #580

Open rwalle61 opened 5 years ago

rwalle61 commented 5 years ago

We disabled code coverage to get around test failures (see https://github.com/RuntimeTools/appmetrics/pull/578). We should debug why code coverage is broken for us, and re-enable when ready

mattcolegate commented 4 years ago

Although #623 restores the old behavior, now that Travis supports Windows builds this will cause all Windows builds to fail, as they can't run the get_code_cov.sh script. Therefore I'm cancelling the PR and putting this item back into New issues, as it'll take some extra work to support Windows.