1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

move example flash-messages to sessions example folder and change httptest example with basicauth

Former-commit-id: 3c5f6c97629a2a6ae44e62f2900edd32c0329b50
This commit is contained in:
kataras
2017-06-10 05:00:18 +03:00
parent c4788ee4e8
commit dd26fbf26d
7 changed files with 76 additions and 47 deletions

View File

@@ -8,8 +8,9 @@ go_import_path: github.com/kataras/iris
install:
- go get ./...
# install test dependencies
- go get golang.org/x/tools/cmd/cover
- go get -v github.com/axw/gocov
- go install github.com/axw/gocov/gocov
# - go get golang.org/x/tools/cmd/cover
# - go get -v github.com/axw/gocov
# - go install github.com/axw/gocov/gocov
script:
- gocov test | gocov report
# - gocov test | gocov report # the result is invalid because it tests the vendor too, which are removed to reduce the dl size.
- go test -v ./...