Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3621 +/- ##
==========================================
- Coverage 62.22% 62.08% -0.14%
==========================================
Files 141 141
Lines 13387 13351 -36
Branches 1753 1746 -7
==========================================
- Hits 8330 8289 -41
- Misses 4260 4269 +9
+ Partials 797 793 -4
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2026-02-19 21:30:18 Comparing candidate commit 41d3eb5 in PR branch Found 2 performance improvements and 5 performance regressions! Performance is the same for 187 metrics, 0 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing-opcache
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SamplingRuleMatchingBench/benchRegexMatching3
scenario:SamplingRuleMatchingBench/benchRegexMatching4
|
Benchmarks [ appsec ]Benchmark execution time: 2026-02-19 20:52:05 Comparing candidate commit 41d3eb5 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
64bcaec to
0974e5d
Compare
This adds the supported-configurations.json to php. That file is auto generated from configuration.h. As long as they are in sync, things will work easily. The validation step verifies in the CI if the file got updated or not and would fail, if a change was added without committing. The one pipeline CI checks are added as well to make sure new configurations are added to the central repository before the PR that adds the config lands.
…when different of A
Also move github script to gitlab
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
0974e5d to
71ab2ae
Compare
This adds the supported-configurations.json to php. That file is auto generated from configuration.h. As long as they are in sync, things will work easily. The validation step verifies in the CI if the file got updated or not and would fail, if a change was added without committing.
The one pipeline CI checks are added as well to make sure new configurations are added to the central repository before the PR that adds the config lands.