oolong-dev / OpenTelemetry.jl

An unofficial implementation of OpenTelemetry in Julia.
https://oolong.dev/OpenTelemetry.jl/
Apache License 2.0
30 stars 9 forks source link

feat: remove Refs from structs #98

Closed krynju closed 8 months ago

krynju commented 9 months ago

towards https://github.com/oolong-dev/OpenTelemetry.jl/issues/81

I'm not setting const on the remaining fields, because that breaks compat with <1.8

codecov[bot] commented 9 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (f2f3c1c) 76.30% compared to head (59b01e1) 76.71%.

Files Patch % Lines
src/sdk/src/trace/span.jl 66.66% 5 Missing :warning:
src/sdk/src/log.jl 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #98 +/- ## ========================================== + Coverage 76.30% 76.71% +0.41% ========================================== Files 47 47 Lines 1422 1439 +17 ========================================== + Hits 1085 1104 +19 + Misses 337 335 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.