Projeto backend de controle de finanças pessoais.
Para gerar o arquivo coverage da aplicação
go test --coverprofile tests/coverage.txt ./...
go test --coverprofile tests/coverage.out ./...
Para gerar html com informações detalhadas do teste
go tool cover --html=tests/coverage.txt
go tool cover --html=tests/coverage.out
docker image build -t jailtonjunior/financialcontrol:v1 .
docker image push jailtonjunior/financialcontrol:v1
kubectl get certificate -n financialcontrol kubectl describe certificate -n financialcontrol kubectl get certificaterequest -n financialcontrol