Skip to content

Commit a876a4a

Browse files
Add separate nightly CI badge to readme
1 parent 71636ff commit a876a4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# NaNStatistics
22
[![Docs][docs-dev-img]][docs-dev-url]
33
[![CI][ci-img]][ci-url]
4+
[![CI (julia nightly)][ci-nightly-img]][ci-nightly-url]
45
[![Coverage][codecov-img]][codecov-url]
56

67
*Because* `NaN` *is just* `missing` *with hardware support!*
@@ -144,5 +145,7 @@ julia> movmean(A, 3)
144145
[docs-dev-url]: https://brenhinkeller.github.io/NaNStatistics.jl/dev/
145146
[ci-img]: https://github.com/brenhinkeller/NaNStatistics.jl/workflows/CI/badge.svg
146147
[ci-url]: https://github.com/brenhinkeller/NaNStatistics.jl/actions?query=workflow%3ACI
148+
[ci-nightly-img]:https://github.com/brenhinkeller/NaNStatistics.jl/workflows/CI%20(Julia%20nightly)/badge.svg
149+
[ci-nightly-url]:https://github.com/brenhinkeller/NaNStatistics.jl/actions/workflows/CI-julia-nightly.yml
147150
[codecov-img]: https://codecov.io/gh/brenhinkeller/NaNStatistics.jl/branch/main/graph/badge.svg
148151
[codecov-url]: http://codecov.io/github/brenhinkeller/NaNStatistics.jl?branch=main

0 commit comments

Comments
 (0)