|
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
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] | | |
6 | 9 |
|
7 | 10 | This module provides simple timer functions: |
8 | 11 |
|
@@ -102,16 +105,13 @@ You should *not* use this package to: |
102 | 105 |
|
103 | 106 | 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). |
104 | 107 |
|
| 108 | +[pkgeval-link]: http://pkg.julialang.org/?pkg=TickTock |
| 109 | + |
105 | 110 | [travis-img]: https://travis-ci.org/cormullion/TickTock.jl.svg?branch=master |
106 | 111 | [travis-url]: https://travis-ci.org/cormullion/TickTock.jl |
107 | 112 |
|
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 |
113 | 115 |
|
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