Closed yihezkel closed 10 months ago
311 tests ±0 305 :white_check_mark: ±0 4h 33m 34s :stopwatch: + 32m 23s 24 suites ±0 6 :zzz: ±0 24 files ±0 0 :x: ±0
Results for commit b1835b18. ± Comparison against base commit 09b65d03.
:recycle: This comment has been updated with latest results.
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
09b65d0
) 56.61% compared to head (b1835b1
) 56.63%.
Files | Patch % | Lines |
---|---|---|
...ava/com/microsoft/azure/kusto/data/ClientImpl.java | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Why did you add the query_language header? we don't see it used anywhere else
Why did you add the query_language header? we don't see it used anywhere else
I see from the traces many clients that send this. But I don't think it helps anything, so I'm removing it for now.
I moved the addCommandHeaders logic in PR #335 to a request builder. I've adjusted the builder to make the same changes that were made here and resolved conflicts.
Changed