From 171700df2310db5fe123752d73d9bec642619b8f Mon Sep 17 00:00:00 2001 From: Chengyu Han Date: Wed, 15 Jan 2025 10:39:13 +0800 Subject: [PATCH] Update badges (#22) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec3df3a..ebe9bf7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # RoundingIntegers -[![Build Status](https://travis-ci.org/JuliaMath/RoundingIntegers.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/RoundingIntegers.jl) - -[![codecov.io](http://codecov.io/github/JuliaMath/RoundingIntegers.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaMath/RoundingIntegers.jl?branch=master) +[![Build Status](https://github.com/JuliaMath/RoundingIntegers.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaMath/RoundingIntegers.jl/actions/workflows/CI.yml) +[![codecov](https://codecov.io/github/JuliaMath/RoundingIntegers.jl/graph/badge.svg?token=f40o3BvQzF)](https://codecov.io/github/JuliaMath/RoundingIntegers.jl) RoundingIntegers defines new integer types for the Julia programming language. Rounding integers act very much like regular integers,