Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Loading