Skip to content

Commit d87717f

Browse files
committed
update readme
1 parent f153af5 commit d87717f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
![tick tock](images/ticktock.gif)
44

5-
![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url]
5+
| **Documentation** | **Build Status** | **Code Coverage** |
6+
|:---------------------------------------:|:-----------------------------------------:|:-------------------------------:|
7+
| [![][docs-stable-img]][docs-stable-url] | [![Build Status][travis-img]][travis-url] | [![][codecov-img]][codecov-url] |
8+
| [![][docs-latest-img]][docs-latest-url] | [![Build Status][appvey-img]][appvey-url] | |
69

710
This module provides simple timer functions:
811

@@ -102,16 +105,13 @@ You should *not* use this package to:
102105

103106
Some of this code used to live in Julia Base in the `tic()`, `toc()`, and `toq()` functions (in base/util.jl). They were deprecated in GitHub issue [17046](https://github.com/JuliaLang/julia/issues/17046).
104107

108+
[pkgeval-link]: http://pkg.julialang.org/?pkg=TickTock
109+
105110
[travis-img]: https://travis-ci.org/cormullion/TickTock.jl.svg?branch=master
106111
[travis-url]: https://travis-ci.org/cormullion/TickTock.jl
107112

108-
[appveyor-img]: https://ci.appveyor.com/api/projects/status/j4w1iwued4ojsfm6?svg=true
109-
[appveyor-url]: https://ci.appveyor.com/project/cormullion/ticktock-jl/branch/master
110-
111-
[codecov-img]: https://codecov.io/github/cormullion/TickTock.jl/coverage.svg?branch=master
112-
[codecov-url]: https://codecov.io/github/cormullion/TickTock.jl
113+
[appvey-img]: https://ci.appveyor.com/api/projects/status/jfa9e54lv92rqd3m?svg=true
114+
[appvey-url]: https://ci.appveyor.com/project/cormullion/ticktock-jl/branch/master
113115

114-
[pkg-0.6-img]: http://pkg.julialang.org/badges/TickTock_0.6.svg
115-
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=TickTock&ver=0.6
116-
[pkg-0.7-img]: http://pkg.julialang.org/badges/TickTock_0.7.svg
117-
[pkg-0.7-url]: http://pkg.julialang.org/?pkg=TickTock&ver=0.7
116+
[codecov-img]: https://codecov.io/gh/cormullion/TickTock.jl/branch/master/graph/badge.svg
117+
[codecov-url]: https://codecov.io/gh/cormullion/TickTock.jl

0 commit comments

Comments
 (0)