mirror of
https://github.com/kataras/iris.git
synced 2026-03-06 00:16:12 +00:00
Update to 7.0.3. Read HISTORY.md
Former-commit-id: fc5a3c7ab655116ddf0dcb9c1c1657080d096c69
This commit is contained in:
@@ -12,5 +12,10 @@ install:
|
||||
# - go get -v github.com/axw/gocov
|
||||
# - go install github.com/axw/gocov/gocov
|
||||
script:
|
||||
# - gocov test | gocov report # the result is invalid because it tests the vendor too, which are removed to reduce the dl size.
|
||||
# - gocov test | gocov report
|
||||
# the result of gocov is invalid because it tests the vendor too,
|
||||
# which its tests are removed to reduce the dl size.
|
||||
# When I'll push my internal tests to github I'll do it
|
||||
# to do the test coverage all folders except vendor.
|
||||
# For now keep it commented.
|
||||
- go test -v ./...
|
||||
Reference in New Issue
Block a user