File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11language : go
22
33go :
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
1010env :
1111 - GOARCH : amd64
12+
1213script :
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)
Original file line number Diff line number Diff line change 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
722The Go Expression Toolkit (Go-ExprTk) is a wrapper library based on C++ Mathematical Expression Toolkit Library ([ ExprTk] ( http://www.partow.net/programming/exprtk/ ) ).
823
You can’t perform that action at this time.
0 commit comments