imjoseangel / powerline-k8sstatus

A Powerline segment for showing the status of a K8s context
MIT License
2 stars 0 forks source link

Fix Coverage Range #49

Closed imjoseangel closed 3 years ago

imjoseangel commented 3 years ago

SUMMARY

Coverage is too strict with tests. We need to move to a range of 90

ISSUE TYPE

COMPONENT NAME

VERSION

21.2.2

CONFIGURATION

coverage:
  precision: 2
  round: down
  range: "90..100"

OS / ENVIRONMENT

CI

STEPS TO REPRODUCE

On every CI, Coverage is too strict

EXPECTED RESULTS

Pass on 90%

ACTUAL RESULTS

Tests not passing when over 90%