Financial Control API

November 4, 2021 · View on GitHub

Go Quality Gate Status Bugs Code Smells Coverage

Sobre

Projeto backend de controle de finanças pessoais.

Tecnologias Utilizadas 🚀

Testes de Unidade

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