mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Add gocover.io test coverage badges.
This commit is contained in:
parent
ff4d09090b
commit
7d18431a8b
14
README.md
14
README.md
|
@ -6,6 +6,20 @@
|
|||
This project aims to explore the potentials of the Unix shell. It is a work in
|
||||
progress; things will change without warning.
|
||||
|
||||
Test coverages of packages:
|
||||
|
||||
edit [![edit](http://gocover.io/_badge/github.com/elves/elvish/edit)](https://gocover.io/github.com/elves/elvish/edit/)
|
||||
errutil [![errutil](http://gocover.io/_badge/github.com/elves/elvish/errutil)](https://gocover.io/github.com/elves/elvish/errutil/)
|
||||
eval [![eval](http://gocover.io/_badge/github.com/elves/elvish/eval)](https://gocover.io/github.com/elves/elvish/eval/)
|
||||
glob [![glob](http://gocover.io/_badge/github.com/elves/elvish/glob)](https://gocover.io/github.com/elves/elvish/glob/)
|
||||
logutil [![logutil](http://gocover.io/_badge/github.com/elves/elvish/logutil)](https://gocover.io/github.com/elves/elvish/logutil/)
|
||||
osutil [![osutil](http://gocover.io/_badge/github.com/elves/elvish/osutil)](https://gocover.io/github.com/elves/elvish/osutil/)
|
||||
parse [![parse](http://gocover.io/_badge/github.com/elves/elvish/parse)](https://gocover.io/github.com/elves/elvish/parse/)
|
||||
print [![print](http://gocover.io/_badge/github.com/elves/elvish/print)](https://gocover.io/github.com/elves/elvish/print/)
|
||||
store [![store](http://gocover.io/_badge/github.com/elves/elvish/store)](https://gocover.io/github.com/elves/elvish/store/)
|
||||
strutil [![strutil](http://gocover.io/_badge/github.com/elves/elvish/strutil)](https://gocover.io/github.com/elves/elvish/strutil/)
|
||||
sys [![sys](http://gocover.io/_badge/github.com/elves/elvish/sys)](https://gocover.io/github.com/elves/elvish/sys/)
|
||||
|
||||
|
||||
## The Interface
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user