MM-21722 - Repository synchronization tool (#86)

This commit is contained in:
Domas Monkus 2020-09-13 16:30:09 +03:00 committed by GitHub
parent 4e7a2d3734
commit 0688e8df4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1589 additions and 0 deletions

View file

@ -189,6 +189,7 @@ endif
ifneq ($(HAS_WEBAPP),)
cd webapp && $(NPM) run test;
endif
cd ./build/sync && $(GO) test -v $(GO_TEST_FLAGS) ./...
## Creates a coverage report for the server code.
.PHONY: coverage