File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : go
2
+
3
+ script :
4
+ - make tests
5
+
6
+ after_success :
7
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
1
# lockfree
2
2
3
+ [ ![ GoDoc] ( https://godoc.org/github.com/changkun/lockfree?status.svg )] ( https://godoc.org/github.com/changkun/lockfree )
4
+ [ ![ Build Status] ( https://travis-ci.org/changkun/lockfree.svg?branch=master )] ( https://travis-ci.org/changkun/lockfree ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/changkun/lockfree )] ( https://goreportcard.com/report/github.com/changkun/lockfree ) [ ![ codecov] ( https://codecov.io/gh/changkun/lockfree/branch/master/graph/badge.svg )] ( https://codecov.io/gh/changkun/lockfree ) [ ![ ] ( https://img.shields.io/github/release/changkun/lockfree/all.svg )] ( https://github.com/changkun/lockfree/releases )
5
+
3
6
Package lockfree offers lock-free utilities in Go.
4
7
5
8
## Contributing
You can’t perform that action at this time.
0 commit comments