envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.55k stars 333 forks source link

chroe: fix license check #4327

Closed zhaohuabing closed 3 days ago

zhaohuabing commented 3 days ago

Fix https://github.com/envoyproxy/gateway/actions/runs/11023517393/job/30614953496

zirain commented 3 days ago

may related to:

    google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
    google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
codecov[bot] commented 3 days ago

Codecov Report

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

Project coverage is 65.98%. Comparing base (8dfd151) to head (2f8e4e4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4327 +/- ## ======================================= Coverage 65.98% 65.98% ======================================= Files 197 197 Lines 23964 23964 ======================================= Hits 15813 15813 Misses 7025 7025 Partials 1126 1126 ```

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

zhaohuabing commented 3 days ago

google.golang.org/genproto/googleapis/api

They're both apache licenses. I'm trying to figure out why the license check failed.