Files
krkn/.github/PULL_REQUEST_TEMPLATE.md
Paige Patton fa204a515c
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 2m7s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
testing chagnes link (#1047)
Signed-off-by: Paige Patton <prubenda@redhat.com>
2026-01-08 09:19:33 -05:00

1.3 KiB

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization

Description

<-- Provide a brief description of the changes made in this PR. -->

If no related issue, please create one and start the converasation on wants of

  • Related Issue #:
  • Closes #:

Documentation

  • Is documentation needed for this update?

If checked, a documentation PR must be created and merged in the website repository.

<-- Add the link to the corresponding documentation PR in the website repository -->

Checklist before requesting a review

See testing your changes and run on any Kubernetes or OpenShift cluster to validate your changes

  • I have performed a self-review of my code by running krkn and specific scenario
  • If it is a core feature, I have added thorough unit tests with above 80% coverage

REQUIRED: Description of combination of tests performed and output of run

python run_kraken.py
...
<---insert test results output--->

OR

python -m coverage run -a -m unittest discover -s tests -v
...
<---insert test results output--->