From 20bd888f176b7f8205b9151f886c2b8a3d949e59 Mon Sep 17 00:00:00 2001 From: inky Date: Tue, 4 Jun 2024 16:01:44 -0500 Subject: [PATCH] Readme: update ci badge (#81) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52fda9a..9c742ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # NaNMath -[![deps](https://juliahub.com/docs/NaNMath/deps.svg)](https://juliahub.com/ui/Packages/NaNMath/k9Y1O?t=2) +[![CI](https://github.com/JuliaMath/NaNMath.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaMath/NaNMath.jl/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/JuliaMath/NaNMath.jl/graph/badge.svg?token=uoFvfoAd4T)](https://codecov.io/gh/JuliaMath/NaNMath.jl) +[![deps](https://juliahub.com/docs/General/NaNMath/stable/deps.svg)](https://juliahub.com/ui/Packages/General/NaNMath?t=2) Implementations of basic math functions which return ``NaN`` instead of throwing a ``DomainError``.