imjoseangel / powerline-k8sstatus

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

feat(k3s): replace minikube #51

Closed imjoseangel closed 3 years ago

imjoseangel commented 3 years ago

SUMMARY

Fixe #46

ISSUE TYPE

COMPONENT NAME

Tests

ADDITIONAL INFORMATION

    - name: install k8s
      run: |
        curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE=777 sh -
        cat /etc/rancher/k3s/k3s.yaml
        mkdir -p ~/.kube
        cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
codecov[bot] commented 3 years ago

Codecov Report

Merging #51 (91a53aa) into devel (7f01468) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 91a53aa differs from pull request most recent head 80216f7. Consider uploading reports for the commit 80216f7 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #51   +/-   ##
=======================================
  Coverage   98.25%   98.25%           
=======================================
  Files           3        3           
  Lines         172      172           
=======================================
  Hits          169      169           
  Misses          3        3           
Flag Coverage Δ
unittests 98.25% <100.00%> (ø)

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

Impacted Files Coverage Δ
powerline_k8sstatus/segments.py 95.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 7f01468...80216f7. Read the comment docs.