inspec / train

Transport Interface to unify communication over SSH, WinRM, and friends.
Apache License 2.0
119 stars 87 forks source link

Remove dependency on `coveralls` gem from train #753

Closed ahasunos closed 11 months ago

ahasunos commented 11 months ago

Description

This PR removes the dependency on coveralls. We no longer use coveralls for our coverage pipeline.

Dependency on coveralls is breaking the verify pipeline for Ruby 3.0

We will implement this pipeline in near future.

Reverts - https://github.com/inspec/train/pull/440

Related Issue

https://buildkite.com/chef-oss/inspec-train-main-verify/builds/888#018b241a-d0da-4c45-afa8-562cac70d8ee

Types of changes

Checklist:

Vasu1105 commented 11 months ago

This looks good to me. Going ahead and merging this.