envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane
Apache License 2.0
288 stars 138 forks source link

switch to user token to authenticate against Sonatype server #382

Closed rulex123 closed 2 weeks ago

rulex123 commented 2 weeks ago

Token was generated as per instructions ->https://central.sonatype.org/publish/generate-token/

New env variables were added to the project settings in CircleCI so that they can be used by builds.

codecov-commenter commented 2 weeks ago

Codecov Report

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

Project coverage is 86.16%. Comparing base (f0e3e59) to head (40a3eed).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #382 +/- ## ========================================= Coverage 86.16% 86.16% Complexity 361 361 ========================================= Files 42 42 Lines 1178 1178 Branches 97 97 ========================================= Hits 1015 1015 Misses 116 116 Partials 47 47 ```

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