Start to implement proper validation of HTTP interface

This commit is contained in:
Marc Di Luzio 2020-06-13 12:35:37 +01:00
parent 42ee69b1a2
commit ba52458fd6
3 changed files with 32 additions and 42 deletions

View file

@ -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