File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ before_script:
2727 - LINT_PKGS=$(go list ./... | grep -Ev 'aws-lambda-go/lambda')
2828
2929script :
30- - diff -u <(echo -n) <(gofmt -d ./) # Fail if a .go file hasn't been formatted with gofmt
31- - goverage -v -covermode=atomic -coverprofile=coverage.txt $PKGS # Run all tests with coverage
32- - go vet -v ./... # static analyisis
33- - golint $LINT_PKGS # lint - ignore failures for now
30+ - diff -u <(echo -n) <(gofmt -d ./) # Fail if a .go file hasn't been formatted with gofmt
31+ - goverage -v -race - covermode=atomic -coverprofile=coverage.txt $PKGS # Run all tests with coverage
32+ - go vet -v ./... # static analyisis
33+ - golint $LINT_PKGS # lint - ignore failures for now
3434
3535after_success :
3636 - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments