Skip to content
Snippets Groups Projects
Commit 6ebf84c0 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent 70779ae7
No related branches found
No related tags found
3 merge requests!71Draft: Resolve "Create DB connection instead of using memory only",!66Resolve "Enable TLS between KMS",!49Improve general project repo (Tests, etc.)
Pipeline #187056 passed
...@@ -68,7 +68,7 @@ unit-tests: ...@@ -68,7 +68,7 @@ unit-tests:
stage: test stage: test
before_script: before_script:
- apt update && apt install -y make - apt update && apt install -y make
- go get gocover-cobertura - go install github.com/boumenot/gocover-cobertura@latest
script: script:
- make test - make test
- go tool cover -func=coverage.out - go tool cover -func=coverage.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment