Skip to content

avoid ambiguous resolution between event and session variables

d627f14
Select commit
Loading
Failed to load commit list.
Open

Open Telemetry Transport #1229

avoid ambiguous resolution between event and session variables
d627f14
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2025 in 1s

81.16% (-0.55%) compared to 72a06bc

View this Pull Request on Codecov

81.16% (-0.55%) compared to 72a06bc

Details

Codecov Report

Attention: Patch coverage is 27.11443% with 293 lines in your changes missing coverage. Please review.

Project coverage is 81.16%. Comparing base (72a06bc) to head (d627f14).
Report is 31 commits behind head on master.

Files with missing lines Patch % Lines
scalyr_agent/otlp_client.py 0.00% 196 Missing ⚠️
scalyr_agent/client_auth.py 0.00% 71 Missing ⚠️
scalyr_agent/util.py 72.73% 11 Missing and 7 partials ⚠️
scalyr_agent/copying_manager/worker.py 40.00% 2 Missing and 1 partial ⚠️
scalyr_agent/configuration.py 95.35% 2 Missing ⚠️
scalyr_agent/scalyr_client.py 50.00% 2 Missing ⚠️
scalyr_agent/agent_main.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1229      +/-   ##
==========================================
- Coverage   81.72%   81.16%   -0.55%     
==========================================
  Files         176      178       +2     
  Lines       42965    43308     +343     
  Branches     4782     4812      +30     
==========================================
+ Hits        35109    35149      +40     
- Misses       6625     6917     +292     
- Partials     1231     1242      +11     
Files with missing lines Coverage Δ
tests/unit/configuration_test.py 98.30% <100.00%> (+0.02%) ⬆️
tests/unit/scalyr_client_test.py 99.42% <100.00%> (ø)
scalyr_agent/agent_main.py 57.70% <0.00%> (-0.31%) ⬇️
scalyr_agent/configuration.py 94.68% <95.35%> (+0.02%) ⬆️
scalyr_agent/scalyr_client.py 80.43% <50.00%> (+0.62%) ⬆️
scalyr_agent/copying_manager/worker.py 77.95% <40.00%> (-0.41%) ⬇️
scalyr_agent/util.py 81.05% <72.73%> (-0.75%) ⬇️
scalyr_agent/client_auth.py 0.00% <0.00%> (ø)
scalyr_agent/otlp_client.py 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.