Преглед на файлове

Code coverage test added.

Ri Xu преди 9 години
родител
ревизия
6a037fdb7b
променени са 2 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 0 1
      .travis.yml
  2. 6 3
      README.md

+ 0 - 1
.travis.yml

@@ -4,7 +4,6 @@ install:
   - go get -d -t -v ./... && go build -v ./...
   - go get -d -t -v ./... && go build -v ./...
 
 
 go:
 go:
-  - 1.5
   - 1.6
   - 1.6
   - 1.7
   - 1.7
   - tip
   - tip

+ 6 - 3
README.md

@@ -2,9 +2,12 @@
 
 
 # Excelize
 # Excelize
 
 
-[![Build Status](https://godoc.org/github.com/Luxurioust/excelize?status.svg)](https://godoc.org/github.com/Luxurioust/excelize)
-[![Build Status](https://img.shields.io/badge/license-bsd-orange.svg)](https://opensource.org/licenses/BSD-3-Clause)
-
+[![Build Status](https://travis-ci.org/Luxurioust/excelize.svg?branch=master)](https://travis-ci.org/Luxurioust/excelize)
+[![Code Coverage](https://codecov.io/gh/Luxurioust/excelize/branch/master/graph/badge.svg)](https://codecov.io/gh/Luxurioust/excelize)
+[![GoDoc](https://godoc.org/github.com/Luxurioust/excelize?status.svg)](https://godoc.org/github.com/Luxurioust/excelize)
+[![Licenses](https://img.shields.io/badge/license-bsd-orange.svg)](https://opensource.org/licenses/BSD-3-Clause)
+[![Join the chat at https://gitter.im/xuri-excelize/Lobby](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/xuri-excelize/Lobby)
+ 
 ## Introduction
 ## Introduction
 
 
 Excelize is a library written in pure Golang and providing a set of function that allow you to write to and read from XLSX files. The full API docs can be viewed using go’s built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize).
 Excelize is a library written in pure Golang and providing a set of function that allow you to write to and read from XLSX files. The full API docs can be viewed using go’s built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize).