Skip to content
Snippets Groups Projects

Fix missing test coverage

Merged Ghost User requested to merge fix-missing-test-coverage into develop
Files
2
+ 1
0
@@ -18,6 +18,7 @@ unit-test:
@@ -18,6 +18,7 @@ unit-test:
- cd controller
- cd controller
- make ci-unit-test
- make ci-unit-test
after_script:
after_script:
 
- cd controller
- go tool cover -func=coverage.out
- go tool cover -func=coverage.out
<<: *test
<<: *test
Loading