borchero / switchboard

Kubernetes Operator for Automatically Issuing DNS Records and TLS Certificates for Traefik Ingress Routes.
MIT License
155 stars 15 forks source link

Expand end-to-end test suite and replace makefile with justfile #97

Closed borchero closed 1 year ago

borchero commented 1 year ago

Motivation

End-to-end tests only checked whether Switchboard can be installed. However, there was no tests which checked that Switchboard correctly installs and uninstall resources. This PR fixes this.

Checklist

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@042eeab). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage        ?   71.84%           
=======================================
  Files           ?       12           
  Lines           ?      380           
  Branches        ?        0           
=======================================
  Hits            ?      273           
  Misses          ?       88           
  Partials        ?       19           

Continue to review full report in Codecov by Sentry.

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