Closed RomainMuller closed 1 month ago
Attention: Patch coverage is 99.69325%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 58.55%. Comparing base (
d19e74d
) to head (44c1771
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/injector/aspect/advice/call.go | 66.66% | 1 Missing :warning: |
Added support for the available GraphQL integrations in the tracer library:
99designs/gqlgen
graph-gophers/graphql-go
graphql-go/graphql
Also - fixed a bug in the line offset normalization that could result in incorrectly labeling modified file lines when a single-statement block was written as a one-liner; due to incorrectly assigning synthetic spacing at the start of it.