update codecov test

This commit is contained in:
Andy Pan 2018-07-16 12:45:03 +08:00 committed by GitHub
parent cdde5659ba
commit 117222ee6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const (
const ( const (
RunTimes = 10000000 RunTimes = 10000000
Param = 100 Param = 100
AntsSize = 100 AntsSize = 500
) )
func demoFunc() error { func demoFunc() error {