Closed rarguelloF closed 1 month ago
Attention: Patch coverage is 88.40580%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 73.27%. Comparing base (
b11a160
) to head (6544831
). Report is 8 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
_integration-tests/utils/generator/main.go | 75.75% | 12 Missing and 4 partials :warning: |
Change the behavior of the code generation from
_integration-tests
to generate individual test files in each test package.This speeds up significantly when running only one test suite, which is particularly useful when developing a new integration.
Also, this change is required for https://github.com/DataDog/orchestrion/pull/273, where we are testing both
confluent-kafka-go
v1 and v2. Since both of them depend on CGOlibrdkafka
, they cannot coexist in the same package.