newrelic / nri-winservices

Windows services Integration for New Relic Infrastructure
Apache License 2.0
8 stars 8 forks source link

ci: report test coverage to codeclimate #57

Open roobre opened 3 years ago

roobre commented 3 years ago

Description

This PR adds codeclimate coverage reporting to the push/pr pipeline. Additionally, the push_pr.yml file has been renamed to follow the same convention as other integrations.

roobre commented 3 years ago

It seems that the CodeClimate does not support Windows yet, which makes hard (if not impossible) to report test coverage as tests cannot run in linux. Leaving this on hold until we find a soluition.