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:
@@ -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 ./...
|
||||
Reference in New Issue
Block a user