File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ notifications:
1212  email : false 
1313
1414before_script :
15+   - go get github.com/mattn/goveralls 
1516  - go install github.com/golangci/golangci-lint/cmd/golangci-lint 
1617
1718script :
1819  - golangci-lint run        #  run a bunch of code checkers/linters in parallel
19-   - go test -race ./...   #  Run all the tests with the race detector enabled
20+   - go test -race ./...   #  Run all the tests with the race detector enabled
21+   - $GOPATH/bin/goveralls -service=travis-ci 
Original file line number Diff line number Diff line change 11![ Neuron Logo] ( logo.svg ) 
22
3- # Errors [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/neuronlabs/errors )] ( https://goreportcard.com/report/github.com/neuronlabs/errors )  [ ![ GoDoc] ( https://godoc.org/github.com/neuronlabs/errors?status.svg )] ( https://godoc.org/github.com/neuronlabs/errors )  [ ![ Build Status] ( https://travis-ci.com/neuronlabs/errors.svg?branch=master )] ( https://travis-ci.com/neuronlabs/errors )  ![ License] ( https://img.shields.io/github/license/neuronlabs/errors.svg )   
3+ # Errors [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/neuronlabs/errors )] ( https://goreportcard.com/report/github.com/neuronlabs/errors )  [ ![ GoDoc] ( https://godoc.org/github.com/neuronlabs/errors?status.svg )] ( https://godoc.org/github.com/neuronlabs/errors )  [ ![ Build Status] ( https://travis-ci.com/neuronlabs/errors.svg?branch=master )] ( https://travis-ci.com/neuronlabs/errors )  [ ![ Coverage Status ] ( https://coveralls.io/repos/github/neuronlabs/errors/badge.svg?branch=master )] ( https://coveralls.io/github/neuronlabs/errors?branch=master )   ![ License] ( https://img.shields.io/github/license/neuronlabs/errors.svg )   
44
55Package errors contains simple golang error handling and classification primitives.
66
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments