EasyPost / easypost-java

EasyPost Shipping API Client Library for Java
https://easypost.com/docs/api
MIT License
53 stars 37 forks source link

[chore] Fix coverage CI #255

Closed nwithan8 closed 1 year ago

nwithan8 commented 1 year ago

Description

Our coverage step on CI (publishing coverage report when pushed to master) has been broken for a while due to an issue with one of the dependencies used in the flow.

I have personally confirmed that the latest version of the grcov tool used to convert reports (0.8.15) produces empty output files. The previous working version (0.8.13) still works.

This PR pins the version of grcov used to avoid this issue.

Testing

Pull Request Type

Please select the option(s) that are relevant to this PR.