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

Remove unused variable 'hint_resolutions' #6062

Closed KeyLee123 closed 2 weeks ago

KeyLee123 commented 2 weeks ago
codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 54.46%. Comparing base (bf9b3d5) to head (6b55d5a). Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
avocado/core/resolver.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6062 +/- ## ========================================== + Coverage 54.45% 54.46% +0.01% ========================================== Files 202 202 Lines 21885 21883 -2 ========================================== + Hits 11917 11919 +2 + Misses 9968 9964 -4 ```

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