konflux-ci / release-service

Kubernetes controller to manage releases in Stonesoup
11 stars 37 forks source link

fix: gitlint installation #588

Closed mmalina closed 1 month ago

mmalina commented 1 month ago

Latest ubuntu does not allow system wide pip install. It can be overriden with --break-system-packages, but it's better to create a virtual env.

This first came up here: https://github.com/hacbs-release/app-interface-deployments/pull/198

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 84.21%. Comparing base (fc70fe4) to head (aade749). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #588 +/- ## ========================================== + Coverage 84.09% 84.21% +0.11% ========================================== Files 26 26 Lines 1742 1742 ========================================== + Hits 1465 1467 +2 + Misses 192 191 -1 + Partials 85 84 -1 ```

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