Skip to content

Commit 5233b45

Browse files
committed
Add PkgEval badge.
1 parent d66e450 commit 5233b45

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@
22

33
*Reusable GPU array functionality for Julia's various GPU backends.*
44

5-
| **Documentation** | **Build Status** |
6-
|:-------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------:|
7-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][gitlab-img]][gitlab-url] [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] |
5+
| **Documentation** | **Build Status** | **Coverage** |
6+
|:-------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-------------------------------:|
7+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][gitlab-img]][gitlab-url] [![][travis-img]][travis-url] [![PkgEval][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] |
8+
9+
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
10+
[docs-stable-url]: http://JuliaGPU.github.io/GPUArrays.jl/stable/
11+
12+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
13+
[docs-dev-url]: http://JuliaGPU.github.io/GPUArrays.jl/dev/
814

915
[gitlab-img]: https://gitlab.com/JuliaGPU/CuArrays.jl/badges/master/pipeline.svg
1016
[gitlab-url]: https://gitlab.com/JuliaGPU/CuArrays.jl/commits/master
1117

1218
[travis-img]: https://api.travis-ci.org/JuliaGPU/GPUArrays.jl.svg?branch=master
1319
[travis-url]: https://travis-ci.org/JuliaGPU/GPUArrays.jl
1420

21+
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.svg
22+
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.html
23+
1524
[codecov-img]: https://codecov.io/gh/JuliaGPU/GPUArrays.jl/branch/master/graph/badge.svg
1625
[codecov-url]: https://codecov.io/gh/JuliaGPU/GPUArrays.jl
1726

18-
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
19-
[docs-stable-url]: http://JuliaGPU.github.io/GPUArrays.jl/stable/
20-
21-
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
22-
[docs-dev-url]: http://JuliaGPU.github.io/GPUArrays.jl/dev/
23-
2427
This package is the counterpart of Julia's `AbstractArray` interface, but for GPU array
2528
types: It provides functionality and tooling to speed-up development of new GPU array types.
2629
**This package is not intended for end users!** Instead, you should use one of the packages

0 commit comments

Comments
 (0)