Skip to content

Commit cf7e403

Browse files
authored
Merge pull request #45 from FluxML/bc/quiet-codecov
Disable codecov auto comment and add badge
2 parents c6c094c + 34904f1 commit cf7e403

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: false

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)