|
1 | 1 | # ModuleInterfaceTools
|
2 | 2 |
|
3 |
| -| **Package Status** | **Package Evaluator** | **Coverage** | |
4 |
| -|:------------------:|:---------------------:|:-----------------:| |
5 |
| -| [](LICENSE.md) | [](http://pkg.julialang.org/?pkg=ModuleInterfaceTools) | [](https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master) | |
6 |
| -| [](https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl) | [](http://pkg.julialang.org/?pkg=ModuleInterfaceTools) | [](http://codecov.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master) | |
| 3 | +| **Info** | **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** | |
| 4 | +|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|:-----------------:| |
| 5 | +| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkg-s-img]][pkg-s-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url] |
| 6 | +| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url] |
| 7 | + |
| 8 | +[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat |
| 9 | +[license-url]: LICENSE.md |
| 10 | + |
| 11 | +[gitter-img]: https://badges.gitter.im/Join%20Chat.svg |
| 12 | +[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge |
| 13 | + |
| 14 | +[travis-url]: https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl |
| 15 | +[travis-s-img]: https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl.svg |
| 16 | +[travis-m-img]: https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl.svg?branch=master |
| 17 | + |
| 18 | +[app-s-url]: https://ci.appveyor.com/project/ScottPJones/moduleinterfacetools-jl |
| 19 | +[app-m-url]: https://ci.appveyor.com/project/ScottPJones/moduleinterfacetools-jl/branch/master |
| 20 | +[app-s-img]: https://ci.appveyor.com/api/projects/status/x13gh7y6id3fbmke?svg=true |
| 21 | +[app-m-img]: https://ci.appveyor.com/api/projects/status/x13gh7y6id3fbmke/branch/master?svg=true |
| 22 | + |
| 23 | +[pkg-s-url]: http://pkg.julialang.org/detail/ModuleInterfaceTools |
| 24 | +[pkg-m-url]: http://pkg.julialang.org/detail/ModuleInterfaceTools |
| 25 | +[pkg-s-img]: http://pkg.julialang.org/badges/ModuleInterfaceTools_0.6.svg |
| 26 | +[pkg-m-img]: http://pkg.julialang.org/badges/ModuleInterfaceTools_0.7.svg |
| 27 | + |
| 28 | +[codecov-url]: https://codecov.io/gh/JuliaString/ModuleInterfaceTools.jl |
| 29 | +[codecov-img]: https://codecov.io/gh/JuliaString/ModuleInterfaceTools.jl/branch/master/graph/badge.svg |
| 30 | + |
| 31 | +[coverall-s-url]: https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl |
| 32 | +[coverall-m-url]: https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master |
| 33 | +[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/ModuleInterfaceTools.jl/badge.svg |
| 34 | +[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/ModuleInterfaceTools.jl/badge.svg?branch=master |
7 | 35 |
|
8 | 36 | This provides a way of having different lists of names that you want to be part of a public API,
|
9 | 37 | as well as being part of a development API (i.e. functions that are not normally needed by users of a package, but *are* needed by a developer writing a package that depends on it).
|
|
0 commit comments