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

Codeclimate removal #6055

Closed richtja closed 3 weeks ago

richtja commented 3 weeks ago

Since codeclimate check hasn't been accurate and often creates false positive, the positives of having such tool is much lower that the negative impact on PRs. Therefore, this PR removes all occurrences of codeclimate code from Avocado.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 54.48%. Comparing base (f8537a5) to head (fe11714). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6055 +/- ## ========================================== + Coverage 54.42% 54.48% +0.06% ========================================== Files 202 202 Lines 21885 21885 ========================================== + Hits 11911 11925 +14 + Misses 9974 9960 -14 ```

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