Skip to content

Commit 34904f1

Browse files
authored
Add coverage badge
1 parent 6bb21fd commit 34904f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![][docs-stable-img]][docs-stable-url]
44
[![][docs-dev-img]][docs-dev-url]
55
[![][action-img]][action-url]
6+
[![][coverage-img]][coverage-url]
67

78
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
89
[docs-stable-url]: https://fluxml.ai/Optimisers.jl/stable/
@@ -13,6 +14,9 @@
1314
[action-img]: https://github.com/FluxML/Optimisers.jl/workflows/CI/badge.svg
1415
[action-url]: https://github.com/FluxML/Optimisers.jl/actions
1516

17+
[coverage-img]: https://codecov.io/gh/FluxML/Optimisers.jl/branch/master/graph/badge.svg
18+
[coverage-url]: https://codecov.io/gh/FluxML/Optimisers.jl
19+
1620
Optimisers.jl defines many standard optimisers and utilities for learning loops.
1721

1822
The API for defining an optimiser, and using it is simple.

0 commit comments

Comments
 (0)