Skip to content

Commit 1ae71c7

Browse files
committed
Update README.md badges
1 parent 369b4bb commit 1ae71c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
* Work in Progress
66
* Scott Moeller
77

8-
[![Github Actions](https://img.shields.io/github/workflow/status/electronjoe/intervals-general/CI%20-%20Clippy%2C%20Rustfmt%2C%20Rustdoc%2C%20%26%20Tarpaulin/master?label=linting)](https://github.com)
9-
[![Codecov.io](https://img.shields.io/codecov/c/github/electronjoe/intervals-general/master)](https://codecov.io/gh/electronjoe/intervals-general)
8+
[![CI Status](https://github.com/electronjoe/intervals-general/actions/workflows/ci-tool-checks.yml/badge.svg)](https://github.com/electronjoe/intervals-general/actions)
9+
[![Code Coverage](https://codecov.io/gh/electronjoe/intervals-general/branch/main/graph/badge.svg)](https://codecov.io/gh/electronjoe/intervals-general)
10+
[![Crates.io](https://img.shields.io/crates/v/intervals-general)](https://crates.io/crates/intervals-general)
11+
[![Documentation](https://docs.rs/intervals-general/badge.svg)](https://docs.rs/intervals-general)
12+
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](README.md#license)
1013

1114
## Summary
1215

@@ -211,4 +214,4 @@ No attempt to detect overflow or underflow is applied - can this be done (transf
211214
* [Arithmetic operations for floating-point intervals](http://grouper.ieee.org/groups/1788/PositionPapers/ArithOp2.pdf)
212215
* [Interval Arithmetic: from Principles to Implementation](http://fab.cba.mit.edu/classes/S62.12/docs/Hickey_interval.pdf)
213216
* [Union, intersection and complementary of intervals](https://www.sangakoo.com/en/unit/union-intersection-and-complementary-of-intervals)
214-
* [Interval @ Wolfram](http://mathworld.wolfram.com/Interval.html)
217+
* [Interval @ Wolfram](http://mathworld.wolfram.com/Interval.html)

0 commit comments

Comments
 (0)