ci: remove pre-commit stage and include Go pre-commit template #182

Merged
argoyle merged 1 commits from remove-pre-commit-job-add-template into main 2024-11-14 08:47:00 +00:00
argoyle commented 2024-11-14 08:34:14 +00:00 (Migrated from gitlab.com)

Removes the pre-commit stage from the CI pipeline to streamline
the build process. Includes a new template for Go pre-commit
checks to enforce code quality and maintainability standards.

Removes the pre-commit stage from the CI pipeline to streamline the build process. Includes a new template for Go pre-commit checks to enforce code quality and maintainability standards.
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-11-14 08:34:21 +00:00
argoyle commented 2024-11-14 08:46:47 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests

Project coverage is 68.70%. Comparing base (871ad5d) to head (8b0294f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #178   +/-   ##
=======================================
  Coverage   68.70%   68.70%           
=======================================
  Files           4        4           
  Lines         147      147           
=======================================
  Hits          101      101           
  Misses         43       43           
  Partials        3        3           

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

## [Codecov](https://app.codecov.io/gl/unboundsoftware/gitlab-cleanup-handler/pull/178?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 68.70%. Comparing base [(`871ad5d`)](https://app.codecov.io/gl/unboundsoftware/gitlab-cleanup-handler/commit/871ad5d3b11b834bc6b84799854e60c0eaebaee6?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) to head [(`8b0294f`)](https://app.codecov.io/gl/unboundsoftware/gitlab-cleanup-handler/commit/8b0294fd9b4cb99b453de4828ffa03be0ce24390?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #178 +/- ## ======================================= Coverage 68.70% 68.70% ======================================= Files 4 4 Lines 147 147 ======================================= Hits 101 101 Misses 43 43 Partials 3 3 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/gitlab-cleanup-handler/pull/178?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4).
argoyle (Migrated from gitlab.com) merged commit into main 2024-11-14 08:47:00 +00:00
Sign in to join this conversation.