epics-containers / edge-containers-cli

command line shortcuts for epics containers developers
Apache License 2.0
3 stars 1 forks source link

System test with minikube demo #107

Closed marcelldls closed 6 months ago

marcelldls commented 7 months ago

Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node. https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/

About setup-minikube action https://github.com/medyagh/setup-minikube

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.93%. Comparing base (7054914) to head (46cbe2c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #107 +/- ## ======================================= Coverage 77.93% 77.93% ======================================= Files 14 14 Lines 852 852 ======================================= Hits 664 664 Misses 188 188 ```

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

gilesknap commented 7 months ago

@coretl check out what @marcelldls has done for ec system tests. I think this is really cool and could come in useful for many other K8S projects.

gilesknap commented 6 months ago

merging this one too.