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

Surface the release RTD link to GHA workflow summary page #6049

Closed webknjaz closed 1 week ago

webknjaz commented 1 month ago

This will additionally display the updated text on pages like https://github.com/avocado-framework/avocado/actions/runs/11215982471.

Here's an example of how job summaries are displayed: https://github.com/ansible/awx-plugins/actions/runs/10793404435#summary-29935289633.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 54.44%. Comparing base (ad418d4) to head (e4cc783). Report is 24 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6049 +/- ## ========================================== - Coverage 54.48% 54.44% -0.05% ========================================== Files 202 202 Lines 21874 21882 +8 ========================================== - Hits 11919 11913 -6 - Misses 9955 9969 +14 ```

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

webknjaz commented 2 weeks ago

Ah, right.. That's a limitation of PRs made throught web interface, which I go for in case of drive-bys as it's much faster.

webknjaz commented 2 weeks ago

done