mirror of
https://github.com/go-ini/ini.git
synced 2026-06-19 21:46:45 +02:00
Enable Codecov (#228)
This commit is contained in:
+3
-1
@@ -18,4 +18,6 @@ script:
|
||||
- mkdir -p $HOME/gopath/src/gopkg.in
|
||||
- ln -s $HOME/gopath/src/github.com/go-ini/ini $HOME/gopath/src/gopkg.in/ini.v1
|
||||
- cd $HOME/gopath/src/gopkg.in/ini.v1
|
||||
- go test -v -cover -race
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# INI
|
||||
|
||||
[](https://travis-ci.org/go-ini/ini) [](https://sourcegraph.com/github.com/go-ini/ini)
|
||||
[](https://travis-ci.org/go-ini/ini)
|
||||
[](https://codecov.io/gh/go-ini/ini)
|
||||
[](https://sourcegraph.com/github.com/go-ini/ini)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
comment:
|
||||
layout: 'diff, files'
|
||||
Reference in New Issue
Block a user