1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-26 21:35:56 +00:00

Move middleware test(s) to the test folder

This commit is contained in:
Makis Maropoulos
2016-07-02 19:03:03 +02:00
parent 90c7e1466c
commit 93ddb7f3b4
2 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ before_install:
- go get github.com/iris-contrib/middleware/basicauth
script:
- go test -v ./test/... -coverprofile=coverage.txt -covermode=atomic
- go test -v ./test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)