imjoseangel / powerline-k8sstatus

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

test(k8s-matrix): add to ci #53

Closed imjoseangel closed 2 years ago

imjoseangel commented 2 years ago

SUMMARY

Fixes #52

ISSUE TYPE

COMPONENT NAME

Test for Python

ADDITIONAL INFORMATION

    strategy:
      matrix:
        kubernetes: ['v1.21']

    - name: Create 1 node kind cluster
      uses: helm/kind-action@v1.2.0
      with:
        version: v0.11.1
codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (df63528) into devel (8a5046c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #53   +/-   ##
=======================================
  Coverage   98.48%   98.48%           
=======================================
  Files           3        3           
  Lines         198      198           
=======================================
  Hits          195      195           
  Misses          3        3           
Flag Coverage Δ
unittests 98.48% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_powerlinek8sstatus.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a5046c...df63528. Read the comment docs.