Emir Beganović 5 years ago
parent
commit
50ec201b91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wercker.yml

+ 1 - 1
wercker.yml

@@ -148,7 +148,7 @@ build:
                     GORM_DIALECT=mssql GORM_DSN="sqlserver://gorm:LoremIpsum86@mssql:1433?database=gorm" go test -race ./...
 
         - script:
-                name: codeconv
+                name: codecov
                 code: |
                     go test -race -coverprofile=coverage.txt -covermode=atomic ./...
                     bash <(curl -s https://codecov.io/bash)