Skip to content

Commit 4c4e669

Browse files
updated README for badge details
1 parent 131ef7a commit 4c4e669

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
language: go
22

33
go:
4-
- 1.2
5-
- 1.3
4+
- 1.12.x
5+
- 1.13.x
66
- 1.14.x
77
- 1.15.x
88
- "1.16.3"
99

1010
env:
1111
- GOARCH: amd64
12+
1213
script:
13-
- go test -v
14+
- go test -race -coverprofile=coverage.txt -covermode=atomic
15+
16+
after_success:
17+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
<h1 align="center"> Go Mathematical Expression Toolkit</h1>
33
</p>
44

5-
[![Go Report Card](https://goreportcard.com/badge/github.com/Pramod-Devireddy/go-exprtk)](https://goreportcard.com/report/github.com/Pramod-Devireddy/go-exprtk)
5+
<p align="center">
6+
<a href="https://godoc.org/github.com/Pramod-Devireddy/go-exprtk">
7+
<img src="https://godoc.org/github.com/Pramod-Devireddy/go-exprtk?status.svg" alt="Go Doc Reference">
8+
</a>
9+
<a href="https://travis-ci.com/Pramod-Devireddy/go-exprtk">
10+
<img src="https://www.travis-ci.com/Pramod-Devireddy/go-exprtk.svg?branch=main" alt="Build Status">
11+
</a>
12+
<a href="https://codecov.io/gh/Pramod-Devireddy/go-exprtk">
13+
<img src="https://codecov.io/gh/Pramod-Devireddy/go-exprtk/branch/main/graph/badge.svg?token=9pNExL9yZt"/>
14+
</a>
15+
<a href="https://goreportcard.com/report/github.com/Pramod-Devireddy/go-exprtk">
16+
<img src="https://goreportcard.com/badge/github.com/Pramod-Devireddy/go-exprtk" alt="Go Report Card">
17+
</a>
18+
</p>
19+
20+
621

722
The Go Expression Toolkit (Go-ExprTk) is a wrapper library based on C++ Mathematical Expression Toolkit Library ([ExprTk](http://www.partow.net/programming/exprtk/)).
823

0 commit comments

Comments
 (0)