repository-service-tuf / repository-service-tuf-worker

Repository Service for TUF: Worker
MIT License
8 stars 15 forks source link

Replace all mentions of "targets" with "artifacts" #475

Closed MVrachev closed 6 months ago

MVrachev commented 6 months ago

We want to use "targets" only in three cases:

This is necessary as currently, we make mistakes in our code which results in messages to the user referring to "artifacts" as "targets".

Signed-off-by: Martin Vrachev martin.vrachev@broadcom.com

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (714a29d) to head (adb4b1e). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #475 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 15 15 Lines 1071 1124 +53 ========================================= + Hits 1071 1124 +53 ```

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

kairoaraujo commented 6 months ago

Merging as breaking changes