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