grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.19k stars 77 forks source link

helm-release.yml: disable chart changes verification #792

Closed mariomac closed 2 weeks ago

mariomac commented 2 weeks ago

The current scripts rely on Git tags, and it was taken from a repository that was dedicated exclusively to a helm chart. This won't work on this directory because it checks that tag v1.0.0 does not exist before releasing.

Since this is a manual action, I'm just disabling this check and let automatize/improve it for the future.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 39.43%. Comparing base (f71b3b7) to head (d039af0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #792 +/- ## =========================================== - Coverage 77.58% 39.43% -38.16% =========================================== Files 107 107 Lines 9277 9277 =========================================== - Hits 7198 3658 -3540 - Misses 1699 5413 +3714 + Partials 380 206 -174 ``` | [Flag](https://app.codecov.io/gh/grafana/beyla/pull/792/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | Coverage Δ | | |---|---|---| | [integration-test](https://app.codecov.io/gh/grafana/beyla/pull/792/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | `?` | | | [unittests](https://app.codecov.io/gh/grafana/beyla/pull/792/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | `39.43% <ø> (+0.07%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana#carryforward-flags-in-the-pull-request-comment) to find out more.

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

mariomac commented 2 weeks ago

Merging as everybody is on holidays. Feel free to do any post-merge review.