Start to implement proper validation of HTTP interface
This commit is contained in:
parent
42ee69b1a2
commit
ba52458fd6
3 changed files with 32 additions and 42 deletions
1
Makefile
1
Makefile
|
@ -22,6 +22,7 @@ test:
|
|||
|
||||
@echo Integration tests
|
||||
docker-compose up --build --exit-code-from=rove-tests --abort-on-container-exit rove-tests
|
||||
docker-compose down
|
||||
go tool cover -html=/tmp/coverage-data/c.out -o /tmp/coverage.html
|
||||
|
||||
@echo Done, coverage data can be found in /tmp/coverage.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue