Pin simplecov to < 1.0.0 to fix test suite crash#3571
Merged
Conversation
🎉 All green!🧪 All tests passed 🔗 Commit SHA: 045ed1b | Docs | Datadog PR Page | Give us feedback! |
MintsInc
approved these changes
Jul 13, 2026
simplecov 1.0.0 (released 2026-07-12) removed the `running` method, which datadog-ci ~> 1.11 calls in its deprecated_total_coverage_metric module. This causes the test suite to exit with code 3 after all tests pass. Pin to < 1.0.0 until datadog-ci adds compatibility with simplecov 1.x.
nogates
force-pushed
the
nogates/pin-simplecov-lt-1
branch
from
July 13, 2026 13:41
9c8bbdc to
045ed1b
Compare
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 13, 2026
simplecov 1.0.0 (released 2026-07-12) removed the `running` method, which datadog-ci ~> 1.11 calls in its deprecated_total_coverage_metric module. This causes the test suite to exit with code 3 after all tests pass. Pin to < 1.0.0 until datadog-ci adds compatibility with simplecov 1.x. 0f0b849
github-actions Bot
pushed a commit
to ConnectionMaster/datadog-api-client-ruby
that referenced
this pull request
Jul 13, 2026
simplecov 1.0.0 (released 2026-07-12) removed the `running` method, which datadog-ci ~> 1.11 calls in its deprecated_total_coverage_metric module. This causes the test suite to exit with code 3 after all tests pass. Pin to < 1.0.0 until datadog-ci adds compatibility with simplecov 1.x. 0f0b849
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
simplecov1.0.0 was released on 2026-07-12 and removed theSimpleCov.runningmethoddatadog-ci ~> 1.11(resolved to 1.34.0) callsSimpleCov.runningindeprecated_total_coverage_metric.rbduring test session teardownFix
Pin
simplecovto< 1.0.0untildatadog-cireleases a version compatible with SimpleCov 1.x.Test plan
🤖 Generated with Claude Code