avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Set release-specific URLs in PyPI publish jobs #6048

Closed webknjaz closed 1 week ago

webknjaz commented 1 month ago

This patch will make the links on the UI of the Deployments and workflow pages more accurate.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 54.49%. Comparing base (ad418d4) to head (0083eff). Report is 26 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6048 +/- ## ======================================= Coverage 54.48% 54.49% ======================================= Files 202 202 Lines 21874 21882 +8 ======================================= + Hits 11919 11925 +6 - Misses 9955 9957 +2 ```

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

webknjaz commented 2 weeks ago

done